Hacker News new | ask | show | jobs
by app17 1673 days ago
Cool project! I couldn't find any benchmark. How does it compare to protobuf/json/... performance wise?
1 comments

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.