top | item 33414277

(no title)

oll3 | 3 years ago

> Honestly, gzipped json is likely much smaller than uncompressed protobuf.

Likely not. See here for a comparison: https://nilsmagnus.github.io/post/proto-json-sizes/

Btw, binary formats can also be compressed though it typically won't yield the same compression ratio as similar json would since there will be less repeation in the binary format.

discuss

order

ninepoints|3 years ago

Or, we could have done a comparison with large strings and see the opposite result. Silly benchmark is silly (or should I say, specific)