Skip to content

1garo/rcsv-lfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcsv-lfiles

node.js example to be compared, see Benchmark for more info.

Running/Executing the app

Example on how to run the project

$ mkdir dataset // Follow the Dataset part to fill it with csv files
$ touch src/final.csv
$ cargo build --release 
$ time ./target/release/rcsv-lfiles 

Benchmark

On my Ryzen7 5800X:

Language Seconds (+-)
Rust 0.49
Node 12

Dataset

Download the files below and extract it under /dataset folder:

OBS: Remember to change their name, both are gonna be survey_results_public.csv.

Contributing

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.

License

MIT

Made by ♥ Alexandre Vardai 👋

Find me here

About

reading/concatenating big files with rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages