vbyte

Crates.iovbyte
lib.rsvbyte
version0.1.0
sourcesrc
created_at2022-11-28 18:11:19.959836
updated_at2022-11-28 18:11:19.959836
descriptionvariable length integer compression
homepage
repositoryhttps://github.com/nilsmartel/vbyte-compression
max_upload_size
id724649
size6,608
Nils Martel (nilsmartel)

documentation

README

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.

Commit count: 8

cargo fmt