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
d99kris avatar

d99kris/rapidcsv

0
View on GitHub↗
1,063 stars·198 forks·C++·BSD-3-Clause·18 views

Rapidcsv

C++ CSV parser library

Features

  • CSV Parsers - Easy-to-use header-only parsing library.
  • Data Formats - CSV parsing library.
  • Data Formats and Parsing - CSV parser.

Star history

Star history chart for d99kris/rapidcsvStar history chart for d99kris/rapidcsv

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Frequently asked questions

What does d99kris/rapidcsv do?

C++ CSV parser library

What are the main features of d99kris/rapidcsv?

The main features of d99kris/rapidcsv are: CSV Parsers, Data Formats, Data Formats and Parsing.

Which projects share features with d99kris/rapidcsv?

Projects with overlapping indexed features include: vincentlaucsb/csv-parser — A modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance. ben-strasser/fast-cpp-csv-parser — fast-cpp-csv-parser. nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… marzer/tomlplusplus — Header-only TOML config file parser and serializer for C++17. kazuho/picojson — a header-file-only, JSON parser serializer in C++.

Projects sharing features with Rapidcsv

These projects share indexed features with Rapidcsv. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • vincentlaucsb/csv-parservincentlaucsb avatar

    vincentlaucsb/csv-parser

    1,104View on GitHub↗

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

    C++
    View on GitHub↗1,104
  • 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
  • kazuho/picojsonkazuho avatar

    kazuho/picojson

    1,153View on GitHub↗

    a header-file-only, JSON parser serializer in C++

    C++
    View on GitHub↗1,153
  • 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
Compare all 30 related projects→