An open API service indexing awesome lists of open source software.

https://github.com/friendlymatthew/simdcsv

A CSV parser
https://github.com/friendlymatthew/simdcsv

csv simd

Last synced: 9 months ago
JSON representation

A CSV parser

Awesome Lists containing this project

README

          

# csv

There are many kinds of CSV files; this project supports the format described
in [RFC 4180](https://www.rfc-editor.org/rfc/rfc4180.html).

## Reading

https://www.rfc-editor.org/rfc/rfc4180.html

https://arxiv.org/pdf/1902.08318

https://branchfree.org/2019/03/06/code-fragment-finding-quote-pairs-with-carry-less-multiply-pclmulqdq/