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

alecthomas/go_serialization_benchmarks resource

Benchmarks of Go serialization methods observed · 2026-08-28

github.com/alecthomas/go_serialization_benchmarks · homepage · Go 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
alecthomas/go_serialization_benchmarksmain45

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