awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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 Aufruf

Msgpack C

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

Features

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

Star-Verlauf

Star-Verlauf für msgpack/msgpack-cStar-Verlauf für msgpack/msgpack-c

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Msgpack C

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Msgpack C.
  • jamesnk/newtonsoft.jsonAvatar von JamesNK

    JamesNK/Newtonsoft.Json

    11,262Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,262
  • protobuf-c/protobuf-cAvatar von protobuf-c

    protobuf-c/protobuf-c

    2,973Auf GitHub ansehen↗

    Protocol Buffers implementation in C

    C++
    Auf GitHub ansehen↗2,973
  • google/flatbuffersAvatar von google

    google/flatbuffers

    25,558Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗25,558
  • real-logic/simple-binary-encodingAvatar von real-logic

    real-logic/simple-binary-encoding

    3,458Auf GitHub ansehen↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Java
    Auf GitHub ansehen↗3,458
Alle 30 Alternativen zu Msgpack C anzeigen→

Häufig gestellte Fragen

Was macht msgpack/msgpack-c?

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

Was sind die Hauptfunktionen von msgpack/msgpack-c?

Die Hauptfunktionen von msgpack/msgpack-c sind: Serialization, Serialisierungs-Bibliotheken.

Welche Open-Source-Alternativen gibt es zu msgpack/msgpack-c?

Open-Source-Alternativen zu msgpack/msgpack-c sind unter anderem: 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…