top | item 29287830

(no title)

app17 | 4 years ago

Cool project! I couldn't find any benchmark. How does it compare to protobuf/json/... performance wise?

discuss

order

kstenerud|4 years ago

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.