Comment on The Most Expensive One-byte Mistake (2011)parentComments−acchow12yYou can have a multi-byte chained marker.Use the first 7 bits of the byte as significant digits, the last bit as a boolean (the next byte is String payload or another byte for string length).−wolf550e12yhttps://developers.google.com/protocol-buffers/docs/encoding...
Comments
You can have a multi-byte chained marker.
Use the first 7 bits of the byte as significant digits, the last bit as a boolean (the next byte is String payload or another byte for string length).
https://developers.google.com/protocol-buffers/docs/encoding...