Support VLQ Encoding of integers (like protobuf does)
jogibear9988 opened this issue · 0 comments
jogibear9988 commented
se https://en.wikipedia.org/wiki/Variable-length_quantity and https://medium.com/@yashschandra/an-inner-view-to-protobuf-encoding-e668f37847d5
this would save some bytes when many small integers are serialized.