blob: f57b883eee987f4343e6d78de903a712a1a32904 (
plain) (
blame)
1
2
3
4
|
JSON is everywhere on the Internet. Servers spend a lot of time parsing it.
The simdjson library uses commonly available SIMD instructions and
microparallel algorithms to parse JSON 2.5 times faster than anything
else out there.
|