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

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

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

chronoxor/FastBinaryEncoding

0
View on GitHub↗
955 نجوم·98 تفرعات·C++·MIT·2 مشاهداتchronoxor.github.io/FastBinaryEncoding↗

FastBinaryEncoding

Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift

Features

  • Serialization - Universal, high-speed binary serialization for multiple programming languages.
  • Serialization Libraries - Cross-platform binary serialization.

سجل النجوم

مخطط تاريخ النجوم لـ chronoxor/fastbinaryencodingمخطط تاريخ النجوم لـ chronoxor/fastbinaryencoding

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

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

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

Start searching with AI

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

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

    gogo/protobuf

    5,669عرض على GitHub↗

    This project is a Protocol Buffers Go compiler and code generation framework that translates schema definitions into optimized Go structures and reflection-free serialization methods. It includes a gRPC service generator for producing client and server communication code and a serialization performance toolkit for generating automated benchmarks and test suites. The framework features a plugin-based system for transforming data definitions into source code with custom field mapping and struct tag injection. It allows for custom type mapping and struct type overriding to link data fields to sp

    Gogogolanggrpc
    عرض على GitHub↗5,669
  • golang/protobufالصورة الرمزية لـ golang

    golang/protobuf

    10,074عرض على GitHub↗

    This project is a Protocol Buffers implementation for Go, providing a binary serialization framework to convert native data structures into a compact binary format for efficient network transmission and storage. It functions as a language bindings generator, utilizing a compiler plugin to create Go source code from platform-neutral protocol buffer definitions. The implementation includes a JSON data mapper that transforms structured binary messages into JSON format to facilitate compatibility with web services and external APIs. It also enables cross-language data exchange by using a common s

    Go
    عرض على GitHub↗10,074
  • akkadotnet/hyperionالصورة الرمزية لـ akkadotnet

    akkadotnet/Hyperion

    281عرض على GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    عرض على GitHub↗281
  • 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
عرض جميع البدائل الـ 30 لـ FastBinaryEncoding→

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

ما هي وظيفة chronoxor/fastbinaryencoding؟

Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift

ما هي الميزات الرئيسية لـ chronoxor/fastbinaryencoding؟

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

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

تشمل البدائل مفتوحة المصدر لـ chronoxor/fastbinaryencoding: golang/protobuf — This project is a Protocol Buffers implementation for Go, providing a binary serialization framework to convert native… jamescourtney/flatsharp — Fast, idiomatic C# implementation of Flatbuffers. akkadotnet/hyperion — Polymorphic serialization for .NET. gogo/protobuf — This project is a Protocol Buffers Go compiler and code generation framework that translates schema definitions into… google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… real-logic/simple-binary-encoding — Simple Binary Encoding (SBE) - High Performance Message Codec.