Y
Hacker News
new
|
ask
|
show
|
jobs
by
theLiminator
960 days ago
Spec compliant CSV parsing cannot be done in parallel iirc. Most CSV parsers are not spec compliant, but splitting up CSVs is one way to read them in parallel while ensuring you can still use a spec compliant parser.