node.js example to be compared, see Benchmark for more info.
$ mkdir dataset // Follow the Dataset part to fill it with csv files
$ touch src/final.csv
$ cargo build --release
$ time ./target/release/rcsv-lfiles
On my Ryzen7 5800X:
Language | Seconds (+-) |
---|---|
Rust | 0.49 |
Node | 12 |
OBS: Remember to change their name, both are gonna be survey_results_public.csv
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.