Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 426 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 426 Bytes

Rustaska

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 a genExampleFile 20000000 bigExample.lst result from Alaska, and it took (measured with time)... 28 seconds 😮