awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ben-strasser/fast-cpp-csv-parser

Open-source alternatives to Fast Cpp Csv Parser

30 open-source projects similar to ben-strasser/fast-cpp-csv-parser, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Fast Cpp Csv Parser alternative.

  • vincentlaucsb/csv-parservincentlaucsb 的头像

    vincentlaucsb/csv-parser

    1,104在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,104
  • d99kris/rapidcsvd99kris 的头像

    d99kris/rapidcsv

    1,063在 GitHub 上查看↗

    C++ CSV parser library

    C++c-plus-plusc-plus-plus-11csv-parser
    在 GitHub 上查看↗1,063
  • p-ranav/csv2p-ranav 的头像

    p-ranav/csv2

    622在 GitHub 上查看↗

    Fast CSV parser and writer for Modern C++

    C++
    在 GitHub 上查看↗622
  • kazuho/picojsonkazuho 的头像

    kazuho/picojson

    1,153在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,153
  • stephenberry/glazestephenberry 的头像

    stephenberry/glaze

    2,392在 GitHub 上查看↗
    C++apibevebinary
    在 GitHub 上查看↗2,392
  • marzer/tomlplusplusmarzer 的头像

    marzer/tomlplusplus

    2,077在 GitHub 上查看↗

    Header-only TOML config file parser and serializer for C++17.

    C++
    在 GitHub 上查看↗2,077

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • davegamble/cjsonDaveGamble 的头像

    DaveGamble/cJSON

    12,466在 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
    在 GitHub 上查看↗12,466
  • nlohmann/jsonnlohmann 的头像

    nlohmann/json

    49,944在 GitHub 上查看↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    C++bsoncborheader-only
    在 GitHub 上查看↗49,944
  • oils-for-unix/oilsoils-for-unix 的头像

    oils-for-unix/oils

    3,288在 GitHub 上查看↗

    Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and Bash compatibility. It functions as a structured data shell, integrating JSON and J8 formats to manage complex data without relying on string parsing. The system is distinguished by a C++ transpiled interpreter that converts a subset of Python source code into strongly typed C++ for high-performance execution. It features a garbage-collected typed runtime that supports prototype-based polymorphism, lexical closures, and reference-based variable mutation. To decouple shell logic

    Python
    在 GitHub 上查看↗3,288
  • kellyjonbrazil/jckellyjonbrazil 的头像

    kellyjonbrazil/jc

    8,538在 GitHub 上查看↗

    jc is a tool that transforms plain-text results from command-line utilities, system tools, log formats, and text tables into structured JSON data. It functions as a structured data transformer capable of converting various file formats, including CSV, INI, XML, and YAML, into JSON representations for programmatic use. The project includes a collection of specific parsers for Unix commands and system tools such as df, blkid, and various package managers. It also features specialized converters for web server logs, Common Log Format, and Common Event Format strings. The tool covers broad capab

    Pythonbashbash-scriptingcli
    在 GitHub 上查看↗8,538
  • saulpw/visidatasaulpw 的头像

    saulpw/visidata

    8,834在 GitHub 上查看↗

    VisiData is a terminal-based interactive data analysis tool and browser designed for exploring, filtering, and sorting large tabular datasets. It functions as a structured data inspector that loads and flattens complex formats like JSON, XML, and PCAP into interactive sheets, as well as a terminal file manager for navigating directories and performing staged filesystem operations. The project distinguishes itself by rendering data visualizations, such as scatter plots and histograms, directly in the terminal using Unicode Braille characters. It provides a Python-based data wrangling environme

    Pythonclicsvdatajournalism
    在 GitHub 上查看↗8,834
  • zesterer/chumskyzesterer 的头像

    zesterer/chumsky

    4,545在 GitHub 上查看↗

    Chumsky is a parser combinator library used to build high-performance parsers by composing small parsing functions into complex grammars. It provides multiple parsing engines, including recursive descent and precedence-climbing implementations for resolving the order of operations in mathematical and logical expressions. The library is distinguished by its zero-copy text parsing, which minimizes memory allocations to increase throughput, and its ability to run without a standard library for use in embedded or resource-constrained environments. It also features an error-recovering parser that

    Rustcontext-free-grammarerrorslexing
    在 GitHub 上查看↗4,545
  • velocidex/velociraptorVelocidex 的头像

    Velocidex/velociraptor

    3,769在 GitHub 上查看↗

    Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o

    Godigital-forensicsendpoint-discoveryendpoint-protection
    在 GitHub 上查看↗3,769
  • arroyosystems/arroyoArroyoSystems 的头像

    ArroyoSystems/arroyo

    4,819在 GitHub 上查看↗

    Arroyo is a high-performance stream processing platform built in Rust. It executes continuous SQL queries on streaming data with event-time semantics, enabling accurate windowed aggregations, joins, and stateful computations on unbounded event streams. The platform uses native Rust execution for high throughput and low latency, with periodic checkpointing for exactly-once fault tolerance and horizontal scaling across distributed workers. The system integrates deeply with Kafka for reading and writing topics with exactly-once delivery and supports change data capture (CDC) from MySQL and Postg

    Rustdatadata-stream-processingdev-tools
    在 GitHub 上查看↗4,819
  • chris-huxtable/config.crchris-huxtable 的头像

    chris-huxtable/config.cr

    14在 GitHub 上查看↗

    Easy to use configuration and parser.

    Crystal
    在 GitHub 上查看↗14
  • cheedoong/xml2jsonCheedoong 的头像

    Cheedoong/xml2json

    318在 GitHub 上查看↗

    A header-only C++ library converts XML to JSON

    C++
    在 GitHub 上查看↗318
  • awdeorio/csvstreamawdeorio 的头像

    awdeorio/csvstream

    54在 GitHub 上查看↗

    csvstream

    C++
    在 GitHub 上查看↗54
  • chainsawriot/readodschainsawriot 的头像

    chainsawriot/readODS

    0在 GitHub 上查看↗

    Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.

    在 GitHub 上查看↗0
  • defunkydrummer/auto-textdefunkydrummer 的头像

    defunkydrummer/auto-text

    11在 GitHub 上查看↗

    Automatic (encoding, end of line, column width, etc) detection for text files. 100% Common Lisp.

    Common Lisp
    在 GitHub 上查看↗11
  • camgunz/cmpcamgunz 的头像

    camgunz/cmp

    367在 GitHub 上查看↗

    An implementation of the MessagePack serialization format in C / msgpack.orgC

    C
    在 GitHub 上查看↗367
  • atlas-engineer/njsonatlas-engineer 的头像

    atlas-engineer/njson

    24在 GitHub 上查看↗

    Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity.

    Common Lisp
    在 GitHub 上查看↗24
  • danielaparker/jsonconsdanielaparker 的头像

    danielaparker/jsoncons

    844在 GitHub 上查看↗

    A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON, toon-format

    C++
    在 GitHub 上查看↗844
  • c910335/crinderc910335 的头像

    c910335/crinder

    28在 GitHub 上查看↗

    Class based json renderer in Crystal

    Crystal
    在 GitHub 上查看↗28
  • delef/geoip2.crdelef 的头像

    delef/geoip2.cr

    20在 GitHub 上查看↗

    MaxMind GeoIP2 Reader for Crystal

    Crystal
    在 GitHub 上查看↗20
  • delef/maxminddb.crdelef 的头像

    delef/maxminddb.cr

    27在 GitHub 上查看↗

    MaxMind DB Reader for Crystal

    Crystal
    在 GitHub 上查看↗27
  • dnaeon/cl-jwkdnaeon 的头像

    dnaeon/cl-jwk

    17在 GitHub 上查看↗

    Common Lisp system for decoding public JSON Web Keys (JWK)

    Common Lisp
    在 GitHub 上查看↗17
  • dwd/rapidxmldwd 的头像

    dwd/rapidxml

    166在 GitHub 上查看↗

    RapidXML fork; XML namespacing, per-element parsing, etc

    C++
    在 GitHub 上查看↗166
  • eddelbuettel/rcpptomleddelbuettel 的头像

    eddelbuettel/rcpptoml

    39在 GitHub 上查看↗

    Rcpp Bindings to C++ parser for TOML files

    C++
    在 GitHub 上查看↗39
  • eudoxia0/cl-yamleudoxia0 的头像

    eudoxia0/cl-yaml

    62在 GitHub 上查看↗

    YAML parser for Common Lisp

    Common Lisp
    在 GitHub 上查看↗62
  • crystal-community/toml.crcrystal-community 的头像

    crystal-community/toml.cr

    66在 GitHub 上查看↗

    TOML parser for Crystal

    Crystal
    在 GitHub 上查看↗66