Hacker News new | ask | show | jobs
by 8n4vidtmkvmk 175 days ago
The value of protobuf is not to save a few bytes on the wire. First, it requires a schema which is immensely valuable for large teams, and second, it helps prevent issues with binary skew when your services aren't all deployed at the same millisecond.