# ben-strasser/fast-cpp-csv-parser

fast-cpp-csv-parser

Repository: https://github.com/ben-strasser/fast-cpp-csv-parser
Canonical: https://ross.abutalabs.com/products/fast-cpp-csv-parser
Language: C++
License: BSD-3-Clause
License Family: permissive
Last push: 2025-02-02T15:51:35+00:00

## Health v2 (maintenance only)
Score: 34/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 4, release rhythm 35, longevity 100
- inputs: {"age_days": 4158, "days_push": 577, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2360, forks 439 (observed 2026-08-28T04:06:40.883421+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: parser, csv, file-system, concurrency
- domain: files, developer-tools
- platform: cpp, cross-platform, windows
- tags: header-only, csv-parsing, high-performance, single-header, c++11, data-engineering, linux, macos

## Member repositories
- ben-strasser/fast-cpp-csv-parser (main) score 34

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:40.883421+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:36:07.866370+00:00, confidence not recorded.
  - readme: https://github.com/ben-strasser/fast-cpp-csv-parser (fetched 2026-08-28T04:06:40.883421+00:00, sha 9f60035a08fa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
