awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
msgpack avatar

msgpack/msgpack-c

0
View on GitHub↗
3,328 星标·938 分支·1 次浏览

Msgpack C

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

Features

  • Serialization - Efficient binary serialization library.
  • 序列化库 - Efficient binary serialization for C and C++.

Star 历史

msgpack/msgpack-c 的 Star 历史图表msgpack/msgpack-c 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Msgpack C 的开源替代方案

相似的开源项目,按与 Msgpack C 的功能重合度排序。
  • jamesnk/newtonsoft.jsonJamesNK 的头像

    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-cprotobuf-c 的头像

    protobuf-c/protobuf-c

    2,973在 GitHub 上查看↗

    Protocol Buffers implementation in C

    C++
    在 GitHub 上查看↗2,973
  • google/flatbuffersgoogle 的头像

    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
  • real-logic/simple-binary-encodingreal-logic 的头像

    real-logic/simple-binary-encoding

    3,458在 GitHub 上查看↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Java
    在 GitHub 上查看↗3,458
查看 Msgpack C 的所有 30 个替代方案→

常见问题解答

msgpack/msgpack-c 是做什么的?

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

msgpack/msgpack-c 的主要功能有哪些?

msgpack/msgpack-c 的主要功能包括:Serialization, 序列化库。

msgpack/msgpack-c 有哪些开源替代品?

msgpack/msgpack-c 的开源替代品包括: 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…