varints
There are 4 repositories under varints topic.
eriknyquist/varints
Variable-length integer (VLQ) encoding and decoding, in C99. https://en.wikipedia.org/wiki/Variable-length_quantity
st1vms/dynamic-bits
Fast de/serialization library supporting variable-bits arrangement
alantudyk/leb128r
LEB128 with reduced length, up to ⅓ shorter
Conzxy/kvarint
A C implementation of varint compression algorithm from google