awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
vincentlaucsb avatar

vincentlaucsb/csv-parser

0
View on GitHub↗
1,104 stars·198 forks·C++·MIT·13 viewsvincentlaucsb.github.io/csv-parser↗

Csv Parser

A modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance.

Features

  • CSV Parsers - Streaming parser with optional type-casting and statistics.
  • Data Formats - CSV file reading, writing, and analysis.
  • Data Formats and Parsing - CSV parser and serializer.
  • CSV - Listed in the “CSV” section of the Awesome Cpp Cn awesome list.

Star history

Star history chart for vincentlaucsb/csv-parserStar history chart for vincentlaucsb/csv-parser

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Csv Parser

Similar open-source projects, ranked by how many features they share with Csv Parser.
  • ben-strasser/fast-cpp-csv-parserben-strasser avatar

    ben-strasser/fast-cpp-csv-parser

    2,358View on GitHub↗

    fast-cpp-csv-parser

    C++
    View on GitHub↗2,358
  • p-ranav/csv2p-ranav avatar

    p-ranav/csv2

    622View on GitHub↗

    Fast CSV parser and writer for Modern C++

    C++
    View on GitHub↗622
  • d99kris/rapidcsvd99kris avatar

    d99kris/rapidcsv

    1,063View on GitHub↗

    C++ CSV parser library

    C++c-plus-plusc-plus-plus-11csv-parser
    View on GitHub↗1,063
  • davegamble/cjsonDaveGamble avatar

    DaveGamble/cJSON

    12,466View on GitHub↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    C
    View on GitHub↗12,466
See all 30 alternatives to Csv Parser→

Frequently asked questions

What does vincentlaucsb/csv-parser do?

A modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance.

What are the main features of vincentlaucsb/csv-parser?

The main features of vincentlaucsb/csv-parser are: CSV Parsers, Data Formats, Data Formats and Parsing, CSV.

What are some open-source alternatives to vincentlaucsb/csv-parser?

Open-source alternatives to vincentlaucsb/csv-parser include: ben-strasser/fast-cpp-csv-parser — fast-cpp-csv-parser. d99kris/rapidcsv — C++ CSV parser library. p-ranav/csv2 — Fast CSV parser and writer for Modern C++. marzer/tomlplusplus — Header-only TOML config file parser and serializer for C++17. kazuho/picojson — a header-file-only, JSON parser serializer in C++. davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It…