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

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

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

Open-source alternatives to Msgpack Cli

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

  • 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
  • jamesnk/newtonsoft.jsonJamesNK का अवतार

    JamesNK/Newtonsoft.Json

    11,262GitHub पर देखें↗

    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
  • microsoft/bondmicrosoft का अवतार

    microsoft/bond

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

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

    C++
    GitHub पर देखें↗2,625
  • akkadotnet/hyperionakkadotnet का अवतार

    akkadotnet/Hyperion

    281GitHub पर देखें↗

    Polymorphic serialization for .NET

    C#dotnetdotnet-corehyperion
    GitHub पर देखें↗281

AI सर्च

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

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

Find more with AI search
  • boostorg/serializationboostorg का अवतार

    boostorg/serialization

    133GitHub पर देखें↗

    Boost.org serialization module

    C++
    GitHub पर देखें↗133
  • bytefish/tinycsvparserbytefish का अवतार

    bytefish/TinyCsvParser

    401GitHub पर देखें↗

    Easy to use, easy to extend and high-performance library for CSV parsing with .NET

    C#
    GitHub पर देखें↗401
  • antmicro/migrantantmicro का अवतार

    antmicro/Migrant

    46GitHub पर देखें↗

    Fast and flexible serialization framework usable on undecorated classes.

    C#
    GitHub पर देखें↗46
  • catid/wirehaircatid का अवतार

    catid/wirehair

    386GitHub पर देखें↗

    Wirehair : O(N) Fountain Code for Large Data

    C++
    GitHub पर देखें↗386
  • chronoxor/fastbinaryencodingchronoxor का अवतार

    chronoxor/FastBinaryEncoding

    955GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗955
  • com-lihaoyi/upicklecom-lihaoyi का अवतार

    com-lihaoyi/upickle

    766GitHub पर देखें↗

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

    Scala
    GitHub पर देखें↗766
  • davidfowl/channelsdavidfowl का अवतार

    davidfowl/Channels

    292GitHub पर देखें↗

    Push based .NET Streams

    C#
    GitHub पर देखें↗292
  • earonesty/qserialearonesty का अवतार

    earonesty/qserial

    3GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗3
  • emily33901/vprotoemily33901 का अवतार

    emily33901/vproto

    56GitHub पर देखें↗

    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
  • emmathemartian/mapleE

    emmathemartian/maple

    0GitHub पर देखें↗

    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
  • esotericsoftware/kryoEsotericSoftware का अवतार

    EsotericSoftware/kryo

    6,529GitHub पर देखें↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    HTML
    GitHub पर देखें↗6,529
  • esnme/ultrajsonesnme का अवतार

    esnme/ultrajson

    4,485GitHub पर देखें↗

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

    facebook/fbthrift

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

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

    C++
    GitHub पर देखें↗2,690
  • felixguendling/cistafelixguendling का अवतार

    felixguendling/cista

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

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

    C++benchmarkcppcpp17
    GitHub पर देखें↗2,225
  • fraillt/bitseryfraillt का अवतार

    fraillt/bitsery

    1,246GitHub पर देखें↗

    Your binary serialization library

    C++binary-serializationcpp11cpp14
    GitHub पर देखें↗1,246
  • ghostiam/binstructG

    ghostiam/binstruct

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • glycerine/bambamG

    glycerine/bambam

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • glycerine/go-capnprotoG

    glycerine/go-capnproto

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • gogo/protobufgogo का अवतार

    gogo/protobuf

    5,669GitHub पर देखें↗

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

    golang/protobuf

    10,074GitHub पर देखें↗

    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
  • capnproto/capnprotocapnproto का अवतार

    capnproto/capnproto

    13,089GitHub पर देखें↗

    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
  • gura-conf/vguraG

    gura-conf/vgura

    0GitHub पर देखें↗

    vlang.io | Docs | Changelog | Contributing

    GitHub पर देखें↗0
  • indice-co/edi.netindice-co का अवतार

    indice-co/EDI.Net

    490GitHub पर देखें↗

    EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats

    C#ediedifactserializer
    GitHub पर देखें↗490
  • jamescourtney/flatsharpjamescourtney का अवतार

    jamescourtney/FlatSharp

    570GitHub पर देखें↗

    Fast, idiomatic C# implementation of Flatbuffers

    C#csharpdeserializationfbs-schema
    GitHub पर देखें↗570
  • alipay/furyalipay का अवतार

    alipay/fury

    4,412GitHub पर देखें↗

    Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to facilitate cross-language data exchange. It includes an interface definition language compiler that translates schema definitions into idiomatic native types and serialization boilerplate across multiple languages. The project distinguishes itself through a zero-copy binary reader that allows specific fields to be accessed without deserializing the entire object, as well as an object graph serializer that preserves circular references and referential integrity. It also features a

    Java
    GitHub पर देखें↗4,412
  • 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