csv2
CSV parser
A fast and efficient CSV parsing library for C++
Fast CSV parser and writer for Modern C++
561 stars
19 watching
95 forks
Language: C++
last commit: 11 months ago
Linked from 3 awesome lists
blazing-fastcomma-separated-valuescpp11csvcsv-parsercsv-readercsv-writerheader-libraryheader-onlyiteratorslazy-evaluationline-readermemory-mapped-filemit-licensemmapmodern-cppsingle-headersingle-header-libsingle-threadedstring-parsing
Related projects:
Repository | Description | Stars |
---|---|---|
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 50 |
ben-strasser/fast-cpp-csv-parser | A fast and efficient C++ library for parsing comma-separated value files | 2,154 |
ashaduri/csv-parser | A C++17 CSV parser that can parse and manipulate structured data from CSV files at compile-time and runtime. | 30 |
vincentlaucsb/csv-parser | A high-performance CSV parser and serializer for modern C++. | 917 |
d99kris/rapidcsv | A lightweight C++ CSV parser library providing easy access to CSV data | 898 |
ashtum/lazycsv | A lightweight C++ CSV parsing library that reads and parses CSV files on demand without allocating memory in the constructor or while parsing. | 80 |
nero5023/csvparser | A Swift library for reading and writing CSV files across multiple platforms | 86 |
osiegmar/fastcsv | A lightweight and RFC-compliant CSV parsing library for Java applications. | 552 |
tinycsvparser/tinycsvparser | A .NET CSV parsing library with high-performance and flexibility | 375 |
kentcb/kbcsv | A .NET CSV parsing and writing library with efficient and easy-to-use APIs. | 78 |
brutella/swift-csv | A stream-based CSV parsing and writing library in Swift. | 83 |
p-ranav/structopt | A lightweight C++ header-only library for parsing command line arguments into a structured format. | 464 |
alberthaff/ngx-papaparse | An Angular wrapper for Papa Parse, enabling efficient CSV parsing and processing in web applications. | 90 |
furfurylic/commata | A header-only C++17 CSV parser | 13 |
dehesa/codablecsv | A Swift library for parsing and generating CSV data in rows or using Codable interface. | 461 |