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

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

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

Open-source alternatives to Ugorji Go

30 open-source projects similar to ugorji/go, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Ugorji Go alternative.

  • 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
  • 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
  • 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

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

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

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

Find more with AI search
  • promonlogicalis/asn1P

    PromonLogicalis/asn1

    0عرض على GitHub↗
    عرض على GitHub↗0
  • akkadotnet/hyperionالصورة الرمزية لـ akkadotnet

    akkadotnet/Hyperion

    281عرض على GitHub↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    عرض على GitHub↗281
  • protocolbuffers/protobufالصورة الرمزية لـ protocolbuffers

    protocolbuffers/protobuf

    71,359عرض على GitHub↗

    Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a schema-driven toolchain that compiles declarative data definitions into type-safe source code, enabling consistent communication and strongly typed API contracts across services written in different programming languages. The project distinguishes itself through a highly efficient binary wire format that utilizes tag-based encoding and variable-width integer compression to minimize payload size and processing overhead. It supports robust evolutionary schema management, allowing d

    C++marshallingprotobufprotobuf-runtime
    عرض على GitHub↗71,359
  • mitchellh/mapstructureالصورة الرمزية لـ mitchellh

    mitchellh/mapstructure

    8,033عرض على GitHub↗

    mapstructure is a reflection-based library for the bidirectional encoding and decoding of generic map data into native typed Go structures. It functions as a tool for transforming loosely typed map values into specific structs and encoding those structs back into maps. The library utilizes Go reflection to map generic data keys to struct fields during runtime. It supports the transformation of untyped data from dynamic sources or configuration files into type-safe native structures. The mapping process includes recursive traversal of nested maps and slices, as well as the use of struct tags

    Go
    عرض على GitHub↗8,033
  • glycerine/go-capnprotoG

    glycerine/go-capnproto

    0عرض على GitHub↗
    عرض على GitHub↗0
  • jszwec/csvutilالصورة الرمزية لـ jszwec

    jszwec/csvutil

    1,035عرض على GitHub↗

    csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.

    Gocsvcsv-parsercsvutil
    عرض على GitHub↗1,035
  • microsoft/bondالصورة الرمزية لـ microsoft

    microsoft/bond

    2,625عرض على GitHub↗

    Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025.

    C++
    عرض على GitHub↗2,625
  • python-rapidjson/python-rapidjsonالصورة الرمزية لـ python-rapidjson

    python-rapidjson/python-rapidjson

    532عرض على GitHub↗

    Python wrapper around rapidjson

    C++
    عرض على GitHub↗532
  • vimeda/pletterV

    vimeda/pletter

    0عرض على GitHub↗
    عرض على GitHub↗0
  • tuvistavie/structomapT

    tuvistavie/structomap

    0عرض على GitHub↗
    عرض على GitHub↗0
  • real-logic/simple-binary-encodingالصورة الرمزية لـ real-logic

    real-logic/simple-binary-encoding

    3,458عرض على GitHub↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Java
    عرض على GitHub↗3,458
  • ghostiam/binstructG

    ghostiam/binstruct

    0عرض على GitHub↗
    عرض على GitHub↗0
  • 32leaves/bel3

    32leaves/bel

    0عرض على GitHub↗
    عرض على GitHub↗0
  • glycerine/bambamG

    glycerine/bambam

    0عرض على GitHub↗
    عرض على GitHub↗0
  • pascaldekloe/colferP

    pascaldekloe/colfer

    0عرض على GitHub↗

    Colfer is a binary serialization format optimized for speed and size.

    عرض على GitHub↗0
  • jamescourtney/flatsharpالصورة الرمزية لـ jamescourtney

    jamescourtney/FlatSharp

    570عرض على GitHub↗

    Fast, idiomatic C# implementation of Flatbuffers

    C#csharpdeserializationfbs-schema
    عرض على GitHub↗570
  • json-iterator/goالصورة الرمزية لـ json-iterator

    json-iterator/go

    13,891عرض على GitHub↗

    This project is a high-performance JSON library for Go, serving as a replacement for the standard encoding/json package. It provides a serialization engine for encoding and decoding data structures, alongside a schemaless parser for extracting specific values from JSON blobs using paths. The library distinguishes itself through a focus on reducing CPU and memory overhead. It implements a high-performance encoder that utilizes buffer reuse and reduced float precision to increase data throughput. Broad capability areas include data serialization, high-performance JSON processing, and schema-le

    Godeserializationgogolang
    عرض على GitHub↗13,891
  • 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
  • marshmallow-code/marshmallowالصورة الرمزية لـ marshmallow-code

    marshmallow-code/marshmallow

    7,239عرض على GitHub↗

    Marshmallow is a Python data serialization library and validation framework. It functions as a bridge that transforms complex application objects into primitive data types for storage or network transmission and vice versa. The library utilizes a schema-based approach to validate that incoming data conforms to specific types and constraints. It employs a two-way transformation pipeline consisting of separate load and dump phases to handle deserialization and serialization. The framework supports class-based schema definitions with declarative field validation and recursive schema nesting for

    Pythondeserializationmarshallingpython
    عرض على GitHub↗7,239
  • boostorg/serializationالصورة الرمزية لـ boostorg

    boostorg/serialization

    133عرض على GitHub↗

    Boost.org serialization module

    C++
    عرض على GitHub↗133
  • dbolin/apex.serializationD

    dbolin/Apex.Serialization

    0عرض على GitHub↗
    عرض على GitHub↗0
  • bjornbytes/trickleالصورة الرمزية لـ bjornbytes

    bjornbytes/trickle

    31عرض على GitHub↗

    Lua bitstream

    Lua
    عرض على GitHub↗31
  • dakrone/cheshireالصورة الرمزية لـ dakrone

    dakrone/cheshire

    1,546عرض على GitHub↗
    Clojure
    عرض على GitHub↗1,546
  • cysharp/memorypackالصورة الرمزية لـ Cysharp

    Cysharp/MemoryPack

    4,598عرض على GitHub↗

    MemoryPack is a high-performance binary serialization library for C# and Unity. It provides a zero-allocation data pipeline and a schema-evolution framework designed to minimize memory allocations and encoding overhead. The project utilizes compile-time source generators to avoid runtime reflection and implements a zero-encoding binary format for maximum throughput. It distinguishes itself through a zero-allocation approach that reuses object instances to reduce garbage collection pressure and copies the memory layout of unmanaged structs directly to binary streams. The library covers binary

    C#
    عرض على GitHub↗4,598
  • dogwei/swifter.messagepackD

    Dogwei/Swifter.MessagePack

    0عرض على GitHub↗
    عرض على GitHub↗0
  • dwrensha/capnproto-rustالصورة الرمزية لـ dwrensha

    dwrensha/capnproto-rust

    2,470عرض على GitHub↗

    documentation

    Rust
    عرض على GitHub↗2,470
  • biojppm/rapidyamlالصورة الرمزية لـ biojppm

    biojppm/rapidyaml

    736عرض على GitHub↗

    Rapid YAML - a library to parse and emit YAML, and do it fast.

    C++
    عرض على GitHub↗736