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

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

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

ugorji/go

0
View on GitHub↗
1,952 نجوم·311 تفرعات·Go·MIT·5 مشاهدات

Go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]

Features

  • Serialization - High-performance encoding/decoding for msgpack, cbor, and json.
  • Data Serialization - High-performance codec for msgpack, cbor, and json.
  • Serialization Libraries - Multi-format binary and JSON serialization library.

سجل النجوم

مخطط تاريخ النجوم لـ ugorji/goمخطط تاريخ النجوم لـ ugorji/go

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Go.
  • 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
  • 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
  • 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
  • chronoxor/fastbinaryencodingالصورة الرمزية لـ chronoxor

    chronoxor/FastBinaryEncoding

    955عرض على GitHub↗

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

    C++
    عرض على GitHub↗955
عرض جميع البدائل الـ 30 لـ Go→

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

ما هي وظيفة ugorji/go؟

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]

ما هي الميزات الرئيسية لـ ugorji/go؟

الميزات الرئيسية لـ ugorji/go هي: Serialization, Data Serialization, Serialization Libraries.

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

تشمل البدائل مفتوحة المصدر لـ ugorji/go: google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… golang/protobuf — This project is a Protocol Buffers implementation for Go, providing a binary serialization framework to convert native… gogo/protobuf — This project is a Protocol Buffers Go compiler and code generation framework that translates schema definitions into… glycerine/bambam. ghostiam/binstruct. akkadotnet/hyperion — Polymorphic serialization for .NET.