group-varint-encoding 0.1.2

Fast algorithm to compress lists if integers in blocks of 4. Appends 0s to blocks, if length of input is not divisable by 4.
Documentation
1
2
3
# Group Varint Encoding

Compress integers in blocks of 4 using null supression