group-varint-encoding

Crates.iogroup-varint-encoding
lib.rsgroup-varint-encoding
version0.1.2
sourcesrc
created_at2022-10-18 12:34:08.971137
updated_at2022-11-16 15:31:53.362513
descriptionFast algorithm to compress lists if integers in blocks of 4. Appends 0s to blocks, if length of input is not divisable by 4.
homepage
repositoryhttps://github.com/nilsmartel/int-compression
max_upload_size
id690878
size116,152
Nils Martel (nilsmartel)

documentation

README

Group Varint Encoding

Compress integers in blocks of 4 using null supression

Commit count: 20

cargo fmt