d99kris/rapidcsv
C++ CSV parser library observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 97
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 61
- age_days: 3393
- days_rel: 18
- days_push: 18
- n_releases_24m: 10
Adoption not part of the score
1077 stars · 201 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rapidcsv is an easy-to-use, header-only C++11 CSV parser library for reading and writing CSV files. It supports column/row headers, typed column access, and works across Linux, macOS, and Windows.
Use cases
- parse csv files in c++
- read a csv column as a vector of floats
- write csv files from c++
- handle csv files with column and row headers
- parse utf-8 or utf-16 csv data
- drop-in single-header csv parsing for a c++ project
When to choose
- you need a lightweight, header-only CSV parser in C++11 or later
- you want simple typed access to CSV columns and rows
- you need cross-platform CSV support without external dependencies
When to avoid
- you need high-performance parsing of very large or malformed CSV files
- you need full RFC 4180 edge-case compliance or streaming parsing
- you are working in a language other than C++
Facets
library · maturity stable
parser csv serialization files developer-tools windows cpp cross-platform header-only csv-parser c-plus-plus-11 utf8 utf16 data-engineering linux macos
1 source
- readme: https://github.com/d99kris/rapidcsv · fetched 2026-08-28 · 869f8c56673d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| d99kris/rapidcsv | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="d99kris/rapidcsv")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem