alecthomas/go_serialization_benchmarks resource
Benchmarks of Go serialization methods observed · 2026-08-28
Health v2 · maintenance only
45/100
- Activity 29
- 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: 4975
- days_rel: n/a
- days_push: 426
- n_releases_24m: 0
Adoption not part of the score
1623 stars · 161 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A benchmark suite comparing the performance of many Go serialization libraries (JSON, Protobuf, MessagePack, gob, etc.) on a representative struct. It produces published benchmark reports and validates serializer correctness.
Use cases
- compare Go serialization library performance
- choose a fast serialization format for a Go service
- benchmark marshal and unmarshal speed and allocations
- check which serializers support time.Time and buffer reuse
- validate correctness of Go serializers
When to choose
- you need data to pick a Go serialization library
- you want to benchmark serializers on your own hardware
- you are evaluating tradeoffs between JSON, Protobuf, and binary formats in Go
When to avoid
- you need a serialization library itself, not a comparison
- you need benchmarks for languages other than Go
- you need production-ready serialization code
Facets
dataset · maturity active
benchmarking serialization developer-tools performance developer-tools programming-languages go cross-platform go-serialization benchmark-suite protobuf messagepack
2 sources
- readme: https://github.com/alecthomas/go_serialization_benchmarks · fetched 2026-08-28 · 7703cfa99878
- homepage: https://alecthomas.github.io/go_serialization_benchmarks/ · fetched 2026-08-29 · cbb0f11c6eab
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alecthomas/go_serialization_benchmarks | main | 45 |
For agents
markdown · JSON · MCP: product_card(name="alecthomas/go_serialization_benchmarks")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem