vmihailenco/msgpack
msgpack.org[Go] MessagePack encoding for Golang observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5058
- days_rel: n/a
- days_push: 820
- n_releases_24m: 0
Adoption not part of the score
2673 stars · 255 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A MessagePack encoding library for Go, providing fast binary serialization as a drop-in replacement for encoding/. It supports structs, maps, custom encoders/decoders, extensions, and struct tag customization.
Use cases
- serialize Go structs to a compact binary format
- replace encoding/ with a faster serializer
- encode and decode MessagePack messages in Go
- marshal time.Time and interface{} values to binary
- customize field names and omit empty fields when encoding
- encode type information with MessagePack extensions
When to choose
- you need fast, compact binary serialization in Go
- you want a JSON-like API but with better performance and smaller payloads
- you need custom encoding logic or type-aware extensions
- you want struct tag control similar to encoding/
When to avoid
- you need human-readable output
- you are not working in Go
- you need cross-language schemas with strict versioning (consider protobuf)
Facets
library · maturity stable
serialization developer-tools backend go cross-platform msgpack encoding golang binary-format -alternative data-engineering
2 sources
- readme: https://github.com/vmihailenco/msgpack · fetched 2026-08-28 · a320ff8492a9
- homepage: https://msgpack.uptrace.dev/ · fetched 2026-08-29 · 7c78258c2b6a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vmihailenco/msgpack | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="vmihailenco/msgpack")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem