1 unstable release

0.1.0 Nov 28, 2022

#679 in Compression

Download history 1/week @ 2023-12-14 4/week @ 2024-02-15 16/week @ 2024-02-22 17/week @ 2024-02-29 18/week @ 2024-03-07 13/week @ 2024-03-14 12/week @ 2024-03-21 18/week @ 2024-03-28

61 downloads per month
Used in 3 crates

MIT/Apache

7KB
165 lines

vbyte-compression

compression of single integers to variable sized lengths Employs nullsupression.

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.

No runtime deps