awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
neuecc avatar

neuecc/ZeroFormatterArchived

0
View on GitHub↗
2,426 स्टार्स·251 फोर्क्स·C#·MIT·4 व्यूज़

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 के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

ZeroFormatter के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो ZeroFormatter के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • google/flatbuffersgoogle का अवतार

    google/flatbuffers

    25,558GitHub पर देखें↗

    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/yamldotnetaaubry का अवतार

    aaubry/YamlDotNet

    2,807GitHub पर देखें↗

    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/hyperionakkadotnet का अवतार

    akkadotnet/Hyperion

    281GitHub पर देखें↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    GitHub पर देखें↗281
  • aarnott/nerdbank.messagepackA

    AArnott/Nerdbank.MessagePack

    0GitHub पर देखें↗
    GitHub पर देखें↗0
ZeroFormatter के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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.