ldbc / sigmod2014-contest-graphblas

GraphBLAS solution for the 2014 SIGMOD Programming Contest
Apache License 2.0
3 stars 1 forks source link

Use SIMD instructions to parse CSVs #43

Open szarnyasg opened 3 years ago

szarnyasg commented 3 years ago

This was done by the top teams in the context. The simdcsv project provides a good example.

szarnyasg commented 3 years ago

Note that simdcsv is mostly abandoned: https://news.ycombinator.com/item?id=24749733

See this benchmark of CSV parsers: https://bitbucket.org/ewanhiggs/csv-game/src/master/

Paper on simdjson: https://link.springer.com/article/10.1007/s00778-019-00578-5