1 unstable release

0.1.0 Nov 28, 2022

#581 in Compression

Download history 66/week @ 2024-09-01 21/week @ 2024-09-08 4/week @ 2024-09-15 22/week @ 2024-09-22 23/week @ 2024-09-29 1/week @ 2024-10-06 26/week @ 2024-10-13 83/week @ 2024-10-20 62/week @ 2024-10-27 26/week @ 2024-11-03 1/week @ 2024-11-10 7/week @ 2024-11-17 26/week @ 2024-11-24 13/week @ 2024-12-01 26/week @ 2024-12-08 21/week @ 2024-12-15

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