Hacker News new | ask | show | jobs
by kentonv 3571 days ago
Cap'n Proto offers "packed" encoding which applies light compression (removing zero-valued padding bytes), brings it in-line with Protobuf, and ought to be much faster than the things Protobuf does for "compression" (varint is a very slow encoding!).
1 comments

I'm glad that I was wrong about it.