Dec
19th
Fri
19th
Parsing CSV files is CPU bound: a C++ test case (Update 1)
In a recent blog post, I said that parsing simple CSV files could be CPU bound. By parsing, I mean reading the data on disk and copying it into an array. I also strip the field values of…