2 unstable releases
0.2.0 | Oct 3, 2022 |
---|---|
0.1.0 | Oct 1, 2022 |
#15 in #integer-compression
7KB
165 lines
variable int compression
compression of single integers to variable sized bytes.
Implementation
This implementation uses 7 bits of each byte to store data and the last bit is used to store wether or not the integer continues afterwards.