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
- Host: GitHub
- URL: https://github.com/friendlymatthew/simdcsv
- Owner: friendlymatthew
- Created: 2025-05-26T00:46:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T01:39:07.000Z (10 months ago)
- Last Synced: 2025-06-06T02:35:27.949Z (10 months ago)
- Topics: csv, simd
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/