ben-strasser/fast-cpp-csv-parser
fast-cpp-csv-parser observed · 2026-08-28
Health v2 · maintenance only
34/100
- Activity 4
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 4158
- days_rel: n/a
- days_push: 577
- n_releases_24m: 0
Adoption not part of the score
2360 stars · 439 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small, fast, header-only C++11 library for reading CSV files with no external dependencies. It overlaps disk I/O and parsing using threads and supports header-based column mapping, custom separators, and quoted strings.
Use cases
- parse large multi-gigabyte csv files in c++
- read csv with header column mapping
- parse tab-separated value files
- read csv files with quoted and escaped strings
- handle csv files with windows or unix newlines and utf-8 bom
- fast csv ingestion into a c++ application
When to choose
- you need a dependency-free, single-header csv reader in C++
- you must parse very large csv files quickly
- you want compile-time feature selection to minimize parsing overhead
- you need cross-platform csv parsing with helpful error messages
When to avoid
- you need to write or generate csv files, not just read them
- you want runtime-configurable parsing options rather than compile-time templates
- you need csv dialect auto-detection or type inference
- you are not working in C++ or lack C++11 support
Facets
library · maturity stable
parser csv file-system concurrency files developer-tools cpp cross-platform windows header-only csv-parsing high-performance single-header c++11 data-engineering linux macos
1 source
- readme: https://github.com/ben-strasser/fast-cpp-csv-parser · fetched 2026-08-28 · 9f60035a08fa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ben-strasser/fast-cpp-csv-parser | main | 34 |
For agents
markdown · JSON · MCP: product_card(name="ben-strasser/fast-cpp-csv-parser")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem