I was crunching some numbers for JSON vs protobuf and the difference is staggering.
- 2x improvement in data size
- 2.5x improvement in serialization time
- 4.5x improvement in deserialization time
no wonder protobuf has become a de-facto data format.
Nov 16, 2024 • 1 min read
I was crunching some numbers for JSON vs protobuf and the difference is staggering.
no wonder protobuf has become a de-facto data format.