awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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.

سجل النجوم

مخطط تاريخ النجوم لـ bytefish/tinycsvparserمخطط تاريخ النجوم لـ bytefish/tinycsvparser

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ TinyCsvParser

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع TinyCsvParser.
  • alipay/furyالصورة الرمزية لـ alipay

    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/channelsالصورة الرمزية لـ davidfowl

    davidfowl/Channels

    292عرض على GitHub↗

    Push based .NET Streams

    C#
    عرض على GitHub↗292
  • esotericsoftware/kryoالصورة الرمزية لـ EsotericSoftware

    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/yamldotnetالصورة الرمزية لـ aaubry

    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
عرض جميع البدائل الـ 24 لـ TinyCsvParser→

الأسئلة الشائعة

ما هي وظيفة 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…