Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Show HN: The fastest JSON parser for Go
(github.com)
7 points
by
LeonidBugaev
20 days ago
| 1 comment
Show HN: The fastest JSON parser for Go | Dark Hacker News
guessmyname
20 days ago
|
next
[−]
The README says it’s faster than the standard encoding/json package.
But is it faster than the upcoming
https://pkg.go.dev/encoding/json/v2
(Go v1.26) ?