#list #array #int #performance

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

#637 in Compression


Used in quick-compression

MIT/Apache

120KB
3K SLoC

Group Varint Encoding

Compress integers in blocks of 4 using null supression

Dependencies

~73KB