varint-compression

Crates.iovarint-compression
lib.rsvarint-compression
version0.2.0
sourcesrc
created_at2022-10-01 11:01:22.18199
updated_at2022-10-03 21:35:08.702869
descriptionvariable length integer compression
homepage
repositoryhttps://github.com/nilsmartel/varint-compression
max_upload_size
id677747
size6,633
Nils Martel (nilsmartel)

documentation

README

variable int compression

compression of single integers to variable sized bytes.

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