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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
neuecc avatar

neuecc/ZeroFormatterArchived

0
View on GitHub↗
2,426 نجوم·251 تفرعات·C#·MIT·2 مشاهدات

ZeroFormatter

Infinitely Fast Deserializer for .NET, .NET Core and Unity.

Features

  • Serialization - Fast binary serializer.
  • Serialization Libraries - Fast binary serializer for .NET.

سجل النجوم

مخطط تاريخ النجوم لـ neuecc/zeroformatterمخطط تاريخ النجوم لـ neuecc/zeroformatter

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

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

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

Start searching with AI

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

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

    google/flatbuffers

    25,558عرض على GitHub↗

    FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu

    C++cc-plus-plusc-sharp
    عرض على GitHub↗25,558
  • 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
  • akkadotnet/hyperionالصورة الرمزية لـ akkadotnet

    akkadotnet/Hyperion

    281عرض على GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    عرض على GitHub↗281
  • aarnott/nerdbank.messagepackA

    AArnott/Nerdbank.MessagePack

    0عرض على GitHub↗
    عرض على GitHub↗0
عرض جميع البدائل الـ 30 لـ ZeroFormatter→

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

ما هي وظيفة neuecc/zeroformatter؟

Infinitely Fast Deserializer for .NET, .NET Core and Unity.

ما هي الميزات الرئيسية لـ neuecc/zeroformatter؟

الميزات الرئيسية لـ neuecc/zeroformatter هي: Serialization, Serialization Libraries.

ما هي البدائل مفتوحة المصدر لـ neuecc/zeroformatter؟

تشمل البدائل مفتوحة المصدر لـ neuecc/zeroformatter: google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… aaubry/yamldotnet — YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that… akkadotnet/hyperion — Polymorphic serialization for .NET. alianblank/com.google.flatbuffers. alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to… aarnott/nerdbank.messagepack.