1 unstable release

0.1.0 Nov 28, 2022

#701 in Compression

Download history 13/week @ 2024-03-13 15/week @ 2024-03-20 20/week @ 2024-03-27 26/week @ 2024-04-03 36/week @ 2024-04-10 46/week @ 2024-04-17 61/week @ 2024-04-24 33/week @ 2024-05-01 8/week @ 2024-05-08 34/week @ 2024-05-15 20/week @ 2024-05-22 18/week @ 2024-05-29 19/week @ 2024-06-05 90/week @ 2024-06-12 18/week @ 2024-06-19 49/week @ 2024-06-26

177 downloads per month
Used in 5 crates (3 directly)

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