There's a benchmark test in the go implementation that gets 30-50% better performance than go's stdlib JSON. Mind you, this is a reference implementation and built for study, not speed.
Ultimately, performance in go comes down to how many allocations you do.
kstenerud|4 years ago
Ultimately, performance in go comes down to how many allocations you do.