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

minio/simdjson-go

Golang port of simdjson: parsing gigabytes of JSON per second observed · 2026-08-28

github.com/minio/simdjson-go · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

40/100

  • Activity 38
  • 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: 2396
  • days_rel: n/a
  • days_push: 372
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2038 stars · 110 forks observed · 2026-08-28

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

A pure Go port of the simd high-performance JSON parser that uses SIMD instructions to parse gigabytes of JSON per second. It provides validating parsing, NDJSON support, and iterator-based traversal of parsed JSON documents.

Use cases

  • parse gigabytes of JSON fast in Go
  • process newline-delimited JSON streams
  • replace encoding/ for performance-critical parsing
  • traverse and search large JSON documents
  • validate JSON values while parsing
  • re-serialize parts of parsed JSON

When to choose

  • you need JSON parsing throughput far beyond encoding/ in Go
  • your target CPUs support AVX2 and CLMUL
  • you handle large or NDJSON workloads

When to avoid

  • you need portability to CPUs without AVX2/CLMUL
  • you need simple encoding/marshaling rather than raw parsing speed
  • you use gccgo

Facets

library · maturity active

parser serialization parsers developer-tools performance go windows simd nd high-performance tape-format linux macos

1 source

Member repositories

RepositoryRoleHealth v2
minio/simdjson-gomain40

For agents

markdown · JSON · MCP: product_card(name="minio/simdjson-go")

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