Y
Hacker News
new
|
ask
|
show
|
jobs
by
kryps
1954 days ago
How is the performance compared with simdjson (
https://github.com/simdjson/simdjson
)?
1 comments
goccy
1954 days ago
I tried to compare it with simdjson-go, but the interface of this library is very different from other libraries and it was difficult to compare. However, I think simdjson-go has the best decoder performance.
link
peterohler
1953 days ago
Not according to this comparison
https://github.com/ohler55/compare-go-json
.
link