minio / simdjson-go

Golang port of simdjson: parsing gigabytes of JSON per second
Apache License 2.0
1.8k stars 85 forks source link

Adoption Question - any REST api oriented frameworks (gin, etc?) taking advantage of simdjson-go? #42

Closed dhartford closed 2 years ago

dhartford commented 2 years ago

Title kind of says it all, has this work been integrated/adopted into any web frameworks with heavy json usage (i.e. REST/json rpc)?

klauspost commented 2 years ago

@dhartford I doubt it. The most common use is data processing, and not generic frameworks.