JeffPaine / csvsplit

Split a .csv file into multiple files
MIT License
5 stars 4 forks source link

Test Performance on Enormous .csv file #11

Closed JeffPaine closed 9 years ago

JeffPaine commented 9 years ago

I'd say acceptable, for the time being anyway.

$ wc -l big.csv 
 1168944 big.csv

$ time ./csvsplit -input big.csv -output out/ -records 10000

real    0m5.467s
user    0m5.351s
sys     0m0.125s