awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
msgpack avatar

msgpack/msgpack-c

0
View on GitHub↗
3,328 stars·938 forks·1 view

Msgpack C

MessagePack implementation for C and C++ / msgpack.org[C/C++]

Features

  • Serialization - Efficient binary serialization library.
  • Serialization Libraries - Efficient binary serialization for C and C++.

Star history

Star history chart for msgpack/msgpack-cStar history chart for msgpack/msgpack-c

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Msgpack C

Similar open-source projects, ranked by how many features they share with Msgpack C.
  • jamesnk/newtonsoft.jsonJamesNK avatar

    JamesNK/Newtonsoft.Json

    11,262View on 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
    View on GitHub↗11,262
  • protobuf-c/protobuf-cprotobuf-c avatar

    protobuf-c/protobuf-c

    2,973View on GitHub↗

    Protocol Buffers implementation in C

    C++
    View on GitHub↗2,973
  • google/flatbuffersgoogle avatar

    google/flatbuffers

    25,558View on 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
    View on GitHub↗25,558
  • real-logic/simple-binary-encodingreal-logic avatar

    real-logic/simple-binary-encoding

    3,458View on GitHub↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Java
    View on GitHub↗3,458
See all 30 alternatives to Msgpack C→

Frequently asked questions

What does msgpack/msgpack-c do?

MessagePack implementation for C and C++ / msgpack.org[C/C++]

What are the main features of msgpack/msgpack-c?

The main features of msgpack/msgpack-c are: Serialization, Serialization Libraries.

What are some open-source alternatives to msgpack/msgpack-c?

Open-source alternatives to msgpack/msgpack-c include: protobuf-c/protobuf-c — Protocol Buffers implementation in C. uscilab/cereal — Cereal is a C++ serialization library and object persistence tool used to convert data types and containers into… google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… jamesnk/newtonsoft.json — Newtonsoft.Json is a data processing utility for the .NET ecosystem designed to facilitate the transformation and… real-logic/simple-binary-encoding — Simple Binary Encoding (SBE) - High Performance Message Codec. capnproto/capnproto — CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication…