Remake of https://github.com/DLakomy/Alaska. My first project in Rust.
TODO:
- reading the source record by record
- parser (quality of its error messages are not important right now)
- persistence
- e2e test
- simple performance test DONE. I've used the
release
build, took agenExampleFile 20000000 bigExample.lst
result from Alaska, and it took (measured withtime
)... 28 seconds 😮