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

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

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

vincentlaucsb/csv-parser

0
View on GitHub↗
1,104 星标·198 分支·C++·MIT·5 次浏览vincentlaucsb.github.io/csv-parser↗

Csv Parser

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

Features

  • CSV Parsers - Streaming parser with optional type-casting and statistics.
  • Data Formats - CSV file reading, writing, and analysis.
  • Data Formats and Parsing - CSV parser and serializer.
  • CSV - Listed in the “CSV” section of the Awesome Cpp Cn awesome list.

Star 历史

vincentlaucsb/csv-parser 的 Star 历史图表vincentlaucsb/csv-parser 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Csv Parser 的开源替代方案

相似的开源项目,按与 Csv Parser 的功能重合度排序。
  • ben-strasser/fast-cpp-csv-parserben-strasser 的头像

    ben-strasser/fast-cpp-csv-parser

    2,358在 GitHub 上查看↗

    fast-cpp-csv-parser

    C++
    在 GitHub 上查看↗2,358
  • p-ranav/csv2p-ranav 的头像

    p-ranav/csv2

    622在 GitHub 上查看↗

    Fast CSV parser and writer for Modern C++

    C++
    在 GitHub 上查看↗622
  • d99kris/rapidcsvd99kris 的头像

    d99kris/rapidcsv

    1,063在 GitHub 上查看↗

    C++ CSV parser library

    C++c-plus-plusc-plus-plus-11csv-parser
    在 GitHub 上查看↗1,063
  • 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
查看 Csv Parser 的所有 30 个替代方案→

常见问题解答

vincentlaucsb/csv-parser 是做什么的?

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

vincentlaucsb/csv-parser 的主要功能有哪些?

vincentlaucsb/csv-parser 的主要功能包括:CSV Parsers, Data Formats, Data Formats and Parsing, CSV。

vincentlaucsb/csv-parser 有哪些开源替代品?

vincentlaucsb/csv-parser 的开源替代品包括: ben-strasser/fast-cpp-csv-parser — fast-cpp-csv-parser. d99kris/rapidcsv — C++ CSV parser library. p-ranav/csv2 — Fast CSV parser and writer for Modern C++. marzer/tomlplusplus — Header-only TOML config file parser and serializer for C++17. kazuho/picojson — a header-file-only, JSON parser serializer in C++. davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It…