|
|
|
|
|
by felixgallo
3357 days ago
|
|
JSON must also be serialized or deserialized. Parsing it is slow and hard and not cache friendly. Protobuf has the benefit of being extremely compact and, in some important languages, fast and friendly to serialize and deserialize. |
|
I can see why something in binary would be faster than structured text (think assembler vs Python).
Thanks again.