awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bytefish avatar

bytefish/TinyCsvParser

0
View on GitHub↗
401 stars·78 forks·C#·MIT·1 vue

TinyCsvParser

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

Features

  • Serialization - High-performance CSV parser.

Historique des stars

Graphique de l'historique des stars pour bytefish/tinycsvparserGraphique de l'historique des stars pour bytefish/tinycsvparser

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à TinyCsvParser

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec TinyCsvParser.
  • alipay/furyAvatar de alipay

    alipay/fury

    4,412Voir sur 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
    Voir sur GitHub↗4,412
  • davidfowl/channelsAvatar de davidfowl

    davidfowl/Channels

    292Voir sur GitHub↗

    Push based .NET Streams

    C#
    Voir sur GitHub↗292
  • esotericsoftware/kryoAvatar de EsotericSoftware

    EsotericSoftware/kryo

    6,529Voir sur 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
    Voir sur GitHub↗6,529
  • aaubry/yamldotnetAvatar de aaubry

    aaubry/YamlDotNet

    2,807Voir sur 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
    Voir sur GitHub↗2,807
Voir les 24 alternatives à TinyCsvParser→

Questions fréquentes

Que fait bytefish/tinycsvparser ?

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

Quelles sont les fonctionnalités principales de bytefish/tinycsvparser ?

Les fonctionnalités principales de bytefish/tinycsvparser sont : Serialization.

Quelles sont les alternatives open-source à bytefish/tinycsvparser ?

Les alternatives open-source à bytefish/tinycsvparser incluent : 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…