Comment by cyberax
8 months ago
I would love to benchmark it against the old gogo protobuf. One thing that really slows down PB is its insistence on using pointers everywhere. Gogo protobuf used value types where possible, significantly reducing the GC pressure.
It feels like arenas are just an attempt to bring that back.
No comments yet
Contribute on Hacker News ↗