varint-compression 0.2.0

variable length integer compression
Documentation
1
2
3
4
5
6
7
8
# 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.