Y
Hacker News
new
|
ask
|
show
|
jobs
by
userbinator
3542 days ago
It depends what exactly you mean by CSV parsing, but I've done record scanning on CSVs at >1GB/s on a 3GHz CPU.
1 comments
btilly
3541 days ago
It is a lot faster to split lines on , than to handle quoting with embedded commas, returns and so on.
link