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

segmentio/encoding

Go package containing implementations of efficient encoding, decoding, and validation APIs. observed · 2026-08-28

github.com/segmentio/encoding · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

86/100

  • Activity 89
  • Release rhythm 74
  • Longevity 100
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: 24.0
  • age_days: 2465
  • days_rel: 174
  • days_push: 69
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

1053 stars · 58 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go library providing high-performance encoders and decoders for data formats, most notably a drop-in replacement for the standard library's encoding/json with lower CPU and memory overhead. It also includes optimized implementations for other encodings such as ASCII, ISO8601, and protobuf.

Use cases

  • speed up json marshaling and unmarshaling in go
  • drop-in replacement for encoding/json
  • reduce cpu and memory usage when serializing json payloads
  • efficient iso8601 date encoding in go
  • fast json decoding for high-throughput services

When to avoid

  • you need a json library with features beyond the standard library's API
  • your project must support old Go versions
  • you rely on exact behavioral parity with encoding/json edge cases

Facets

library · maturity active

serialization parser benchmarking fuzzing developer-tools performance apis go cross-platform json drop-in-replacement high-performance iso8601 protobuf data-engineering

1 source

Member repositories

RepositoryRoleHealth v2
segmentio/encodingmain86

For agents

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

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