Ross ROSS = Recommend OSS · open-source software intelligence for agents

msgpack/msgpack-c

MessagePack implementation for C and C++ / msgpack.org[C/C++] observed · 2026-08-28

github.com/msgpack/msgpack-c · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 9
  • age_days: 5174
  • days_rel: 8
  • days_push: 8
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

3343 stars · 936 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

MessagePack is an efficient binary serialization format, like JSON but smaller and faster, and this repository is its official implementation for C and C++. It lets applications encode and decode compact binary data that can be exchanged across many programming languages.

Use cases

  • serialize structured data to a compact binary format in C or C++
  • exchange data between services written in different languages
  • reduce payload size compared to JSON for network communication
  • encode and decode MessagePack messages in embedded or performance-sensitive C++ code
  • replace JSON with a faster, smaller wire format

When to choose

  • you need a fast, compact binary serialization format in C or C++
  • you want cross-language data interchange with a mature, widely supported format
  • payload size and encoding speed matter more than human readability

When to avoid

  • you need human-readable output or easy debugging of payloads
  • your ecosystem already standardizes on JSON or protobuf
  • you need schema definition and evolution features like those in Protocol Buffers

Facets

library · maturity stable

serialization developer-tools files cpp c cross-platform messagepack binary-format data-exchange c cpp algorithms

1 source

Member repositories

RepositoryRoleHealth v2
msgpack/msgpack-cmain99

For agents

markdown · JSON · MCP: product_card(name="msgpack/msgpack-c")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem