simdjson/simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- 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: 5
- age_days: 3086
- days_rel: 7
- days_push: 7
- n_releases_24m: 42
Adoption not part of the score
24196 stars · 1275 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A C++ library that parses JSON at gigabytes-per-second speeds using SIMD instructions and microparallel algorithms, with runtime CPU-tailored parser selection. It provides full JSON and UTF-8 validation and is widely adopted in production systems like Node.js, ClickHouse, and Meta Velox.
Use cases
- parse json as fast as possible in c++
- validate utf-8 at high throughput
- minify large json files quickly
- parse ndjson streams at gigabytes per second
- speed up json parsing in a database engine
- replace rapidjson with a faster parser
When to choose
- you need maximum JSON parsing throughput in C++
- you process large JSON or NDJSON datasets
- you want strict validation with lossless parsing
- you need a battle-tested parser used by major projects
When to avoid
- you need a JSON serializer/writer more than a parser
- you work in a language without simdjson bindings
- your JSON payloads are tiny and parsing speed is irrelevant
- you need DOM-style mutable JSON manipulation
Facets
library · maturity stable
parser serialization json benchmarking parsers performance developer-tools databases cpp cross-platform windows wasm simd json-parser high-performance avx2 avx512 neon utf8-validation ndjson linux macos gpu
2 sources
- readme: https://github.com/simdjson/simdjson · fetched 2026-08-28 · 915140d54e0c
- homepage: https://simdjson.org · fetched 2026-08-29 · 44136fa355b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| simdjson/simdjson | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="simdjson/simdjson")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem