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

msgpack/msgpack

MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small. observed · 2026-08-28

github.com/msgpack/msgpack · homepage observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases 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: n/a
  • age_days: 6012
  • days_rel: n/a
  • days_push: 753
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7494 stars · 528 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 object serialization format, like JSON but faster and more compact. This repository hosts the format specification; implementations exist in over 50 languages in separate repositories.

Use cases

  • serialize objects to a compact binary format instead of json
  • exchange data between services written in different languages
  • reduce message size for caching and message queues
  • fast serialization for high-throughput data pipelines
  • encode structured data for embedded or resource-constrained systems

When to choose

  • you need json-like semantics with much smaller payloads and faster encoding
  • you need cross-language data exchange with broad implementation support
  • you are building performance-sensitive caching, messaging, or logging systems

When to avoid

  • you need human-readable output or easy debugging in text form
  • you need rich schemas or self-describing typed contracts like protobuf or avro
  • you only serialize within a single language with a native format

Facets

library · maturity stable

serialization developer-tools apis cross-platform binary-format json-alternative specification multi-language data-engineering

2 sources

Member repositories

RepositoryRoleHealth v2
msgpack/msgpackmain32

For agents

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

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