1 unstable release

0.1.0 Nov 28, 2022

#964 in Compression

Download history 26/week @ 2024-12-11 10/week @ 2024-12-18 3/week @ 2025-01-01 5/week @ 2025-01-08 25/week @ 2025-01-15 10/week @ 2025-01-22 11/week @ 2025-02-05 16/week @ 2025-02-12 14/week @ 2025-02-19 8/week @ 2025-02-26 4/week @ 2025-03-05 17/week @ 2025-03-12 16/week @ 2025-03-19 14/week @ 2025-03-26

53 downloads per month
Used in 9 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