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

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

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

bytefish/TinyCsvParser

0
View on GitHub↗
401 星标·78 分支·C#·MIT·3 次浏览

TinyCsvParser

Easy to use, easy to extend and high-performance library for CSV parsing with .NET

Features

  • Serialization - High-performance CSV parser.

Star 历史

bytefish/tinycsvparser 的 Star 历史图表bytefish/tinycsvparser 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

TinyCsvParser 的开源替代方案

相似的开源项目,按与 TinyCsvParser 的功能重合度排序。
  • alipay/furyalipay 的头像

    alipay/fury

    4,412在 GitHub 上查看↗

    Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to facilitate cross-language data exchange. It includes an interface definition language compiler that translates schema definitions into idiomatic native types and serialization boilerplate across multiple languages. The project distinguishes itself through a zero-copy binary reader that allows specific fields to be accessed without deserializing the entire object, as well as an object graph serializer that preserves circular references and referential integrity. It also features a

    Java
    在 GitHub 上查看↗4,412
  • davidfowl/channelsdavidfowl 的头像

    davidfowl/Channels

    292在 GitHub 上查看↗

    Push based .NET Streams

    C#
    在 GitHub 上查看↗292
  • esotericsoftware/kryoEsotericSoftware 的头像

    EsotericSoftware/kryo

    6,529在 GitHub 上查看↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    HTML
    在 GitHub 上查看↗6,529
  • aaubry/yamldotnetaaubry 的头像

    aaubry/YamlDotNet

    2,807在 GitHub 上查看↗

    YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that converts between .NET objects and YAML formatted text for data storage and configuration. The project provides capabilities for YAML document parsing and data object mapping. It transforms YAML streams into low-level representations or high-level object models for programmatic analysis and converts structured data objects back into valid YAML strings. The library covers general data serialization and configuration file management, allowing application data structures to be m

    C#dotnetparserserialization
    在 GitHub 上查看↗2,807
查看 TinyCsvParser 的所有 24 个替代方案→

常见问题解答

bytefish/tinycsvparser 是做什么的?

Easy to use, easy to extend and high-performance library for CSV parsing with .NET

bytefish/tinycsvparser 的主要功能有哪些?

bytefish/tinycsvparser 的主要功能包括:Serialization。

bytefish/tinycsvparser 有哪些开源替代品?

bytefish/tinycsvparser 的开源替代品包括: alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to… davidfowl/channels — Push based .NET Streams. esotericsoftware/kryo — Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact… google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… indice-co/edi.net — EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats. aaubry/yamldotnet — YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that…