Simdjson - Parsing gigabytes of JSON per second
The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 4x faster than RapidJSON and 25x faster than JSON for Modern C++. It takes advantage of modern microarchitectures, parallelizing with SIMD vector instructions, reducing branch misprediction, and reducing data dependency to take advantage of each CPU's multiple execution cores.
https://simdjson.org
https://github.com/simdjson/simdjson
License:
Tech:
Tags: