1 unstable release

0.1.0 Nov 28, 2022

#687 in Compression

Download history 1/week @ 2024-02-13 8/week @ 2024-02-20 27/week @ 2024-02-27 12/week @ 2024-03-05 17/week @ 2024-03-12 12/week @ 2024-03-19 14/week @ 2024-03-26 35/week @ 2024-04-02 17/week @ 2024-04-09 59/week @ 2024-04-16 51/week @ 2024-04-23

165 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