Hacker News new | ask | show | jobs
by codeflo 2555 days ago
The point is that Protobuf has variable length ints by default. That’s an optimization for many common use cases, but slower and larger for random data, including GUIDs. Use Protobuf’s fixed ints for those.