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

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

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

Open-source alternatives to Msgpack C

30 open-source projects similar to msgpack/msgpack-c, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Msgpack C alternative.

  • 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
  • uscilab/cerealالصورة الرمزية لـ USCiLab

    USCiLab/cereal

    4,676عرض على GitHub↗

    Cereal is a C++ serialization library and object persistence tool used to convert data types and containers into formats for storage or transmission. It is implemented as a header-only library, allowing it to be included directly in source code without the need for a compiled binary. The library supports multiple data representations, including binary, XML, and JSON. It provides the ability to define custom archives, enabling the development of specialized output formats to control how data is encoded and stored. The system handles the conversion of complex objects through template-based ser

    C++c-plus-pluscerealserialization
    عرض على GitHub↗4,676
  • jamesnk/newtonsoft.jsonالصورة الرمزية لـ JamesNK

    JamesNK/Newtonsoft.Json

    11,262عرض على GitHub↗

    Newtonsoft.Json is a data processing utility for the .NET ecosystem designed to facilitate the transformation and exchange of information. It functions as a serialization library and object mapping framework, enabling the conversion of complex application objects into formatted JSON strings and the reconstruction of structured objects from raw JSON data. The library distinguishes itself through a flexible architecture that supports both strongly-typed class mapping and a dynamic object model for schema-less data manipulation. It employs reflection-based metadata mapping to automate property a

    C#c-sharpjson
    عرض على GitHub↗11,262
  • protobuf-c/protobuf-cالصورة الرمزية لـ protobuf-c

    protobuf-c/protobuf-c

    2,973عرض على GitHub↗

    Protocol Buffers implementation in C

    C++
    عرض على GitHub↗2,973

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

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

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

Find more with AI search
  • 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
  • catid/wirehairالصورة الرمزية لـ catid

    catid/wirehair

    386عرض على GitHub↗

    Wirehair : O(N) Fountain Code for Large Data

    C++
    عرض على GitHub↗386
  • capnproto/capnprotoالصورة الرمزية لـ capnproto

    capnproto/capnproto

    13,089عرض على GitHub↗

    CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication library providing a schema-based data interchange format that eliminates the need to encode or decode data before reading it from memory. The system enables high-performance data serialization and low-latency network communication. It supports cross-language data exchange by using a defined schema to ensure consistent binary representation across different platforms. The framework provides tools for implementing remote procedure calls, allowing functions to be invoked on a remo

    C++
    عرض على GitHub↗13,089
  • antmicro/migrantالصورة الرمزية لـ antmicro

    antmicro/Migrant

    46عرض على GitHub↗

    Fast and flexible serialization framework usable on undecorated classes.

    C#
    عرض على GitHub↗46
  • emily33901/vprotoالصورة الرمزية لـ emily33901

    emily33901/vproto

    56عرض على GitHub↗

    vproto can parse most (or maybe all...) of the proto2 spec. It compiles the Steam Protobufs generating valid code and also parses the protoc plugin protobufs (which can be found in plugin/google/protobuf). It can parse options, extensions, map fields and extends definitions but does not generate…

    V
    عرض على GitHub↗56
  • earonesty/qserialالصورة الرمزية لـ earonesty

    earonesty/qserial

    3عرض على GitHub↗

    Header-only library suitable for android/arm builds - Small, easy to understand - No pre-compilation of headers - No template specialization complexity

    C++
    عرض على GitHub↗3
  • emmathemartian/mapleE

    emmathemartian/maple

    0عرض على GitHub↗

    Yes, there are loads more of these types of config languages, but I wanted to make my own because the other options are overkill for my projects.

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

    esnme/ultrajson

    4,485عرض على GitHub↗

    UltraJSON is a high-performance JSON library and parser written in C with bindings for Python. It provides a fast alternative to standard JSON processing for decoding JSON strings into native data structures and encoding data structures back into JSON strings. The library utilizes a C-based engine to reduce processing latency and increase throughput for JSON generation and parsing. It is designed to accelerate data pipelines and optimize the handling of JSON payloads.

    C++
    عرض على GitHub↗4,485
  • facebook/fbthriftالصورة الرمزية لـ facebook

    facebook/fbthrift

    2,690عرض على GitHub↗

    Facebook's branch of Apache Thrift, including a new C++ server.

    C++
    عرض على GitHub↗2,690
  • felixguendling/cistaالصورة الرمزية لـ felixguendling

    felixguendling/cista

    2,225عرض على GitHub↗

    Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.

    C++benchmarkcppcpp17
    عرض على GitHub↗2,225
  • camgunz/cmpالصورة الرمزية لـ camgunz

    camgunz/cmp

    367عرض على GitHub↗

    An implementation of the MessagePack serialization format in C / msgpack.orgC

    C
    عرض على GitHub↗367
  • glycerine/go-capnprotoG

    glycerine/go-capnproto

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

    glycerine/bambam

    0عرض على GitHub↗
    عرض على GitHub↗0
  • com-lihaoyi/upickleالصورة الرمزية لـ com-lihaoyi

    com-lihaoyi/upickle

    766عرض على GitHub↗

    uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala

    Scala
    عرض على GitHub↗766
  • 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
  • ghostiam/binstructG

    ghostiam/binstruct

    0عرض على GitHub↗
    عرض على GitHub↗0
  • gura-conf/vguraG

    gura-conf/vgura

    0عرض على GitHub↗

    vlang.io | Docs | Changelog | Contributing

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

    jamescourtney/FlatSharp

    570عرض على GitHub↗

    Fast, idiomatic C# implementation of Flatbuffers

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

    fraillt/bitsery

    1,246عرض على GitHub↗

    Your binary serialization library

    C++binary-serializationcpp11cpp14
    عرض على GitHub↗1,246
  • jdonnerstag/vlang-yamlالصورة الرمزية لـ jdonnerstag

    jdonnerstag/vlang-yaml

    28عرض على GitHub↗

    I think this YAML parser covers many important aspects of the YAML spec, but certainly not everything. I've been using the YAML spec and this online tool whenever I was in doubt.

    V
    عرض على GitHub↗28
  • jitbit/csvexportالصورة الرمزية لـ jitbit

    jitbit/CsvExport

    176عرض على GitHub↗

    Very simple CSV-export tool for C#

    C#c-sharpcsvcsv-export
    عرض على GitHub↗176
  • jmckaskill/c-capnprotoالصورة الرمزية لـ jmckaskill

    jmckaskill/c-capnproto

    69عرض على GitHub↗

    C library/compiler for the Cap'n Proto serialization/RPC protocol

    C++
    عرض على GitHub↗69
  • 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
  • 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
  • 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