#list #int #array #performance #integer

group-varint-encoding

Fast algorithm to compress lists if integers in blocks of 4. Appends 0s to blocks, if length of input is not divisable by 4.

3 releases

0.1.2 Nov 16, 2022
0.1.1 Nov 16, 2022
0.1.0 Oct 18, 2022

#632 in Compression

35 downloads per month
Used in quick-compression

MIT/Apache

120KB
3K SLoC

Group Varint Encoding

Compress integers in blocks of 4 using null supression

Dependencies

~74KB