tinylib/msgp
A Go code generator for MessagePack / msgpack.org[Go] observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 97
- Release rhythm 67
- 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: 31.0
- age_days: 4373
- days_rel: 141
- days_push: 20
- n_releases_24m: 13
Adoption not part of the score
1949 stars · 204 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go code generator and serialization library for MessagePack that generates fast marshal/unmarshal and encode/decode methods from Go type declarations. It uses Go structs as the schema language and supports JSON interop, stream serialization, and user-defined extensions.
Use cases
- generate msgpack serialization code for go structs
- fast binary serialization in go
- serialize structs to messagepack with zero allocations
- convert msgpack to and from in go
- use go structs as a messagepack schema
- generate tests and benchmarks for serialization code
When to choose
- you need high-performance messagepack encoding/decoding in Go
- you want type-safe serialization without reflection overhead
- you need JSON interoperability alongside a binary format
- you want stream-oriented serialization with io.Reader/io.Writer
When to avoid
- you need dynamic or schema-less serialization of arbitrary data
- your project is not written in Go
- you prefer runtime reflection-based encoders over generated code
Facets
library · maturity active
serialization developer-tools developer-tools apis backend go cli msgpack code-generator go-generate zero-allocation -interop code-generation
1 source
- readme: https://github.com/tinylib/msgp · fetched 2026-08-28 · 125286a78b26
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tinylib/msgp | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem