msgpack-c Documentation

repository·master·Indexed 25 days ago

https://github.com/msgpack/msgpack-c

A C/C++ implementation of the MessagePack binary serialization format, providing a high-performance, compact alternative to JSON for data exchange.

Tokens
123
Snippets
0
Records
3
Agent score
36%

What's inside msgpack-c

  1. Overview of msgpack-c

    master
    msgpack-c provides implementations of MessagePack, an efficient binary serialization format for C and C++. It is designed to be a faster and smaller alternative to JSON, utilizing optimizations such as encoding small integers into a single byte and minimizing overhead for short strings.