group-varint-offset-encoding 0.1.1

Fast algorithm to compress lists if integers in blocks of 4. Appends 0s to blocks, if length of input is not divisable by 4.
Documentation
[dependencies.smallvec]
version = "1.10.0"

[package]
authors = ["Nils S. Martel nilsmartel@yahoo.de"]
categories = ["algorithms", "compression"]
description = "Fast algorithm to compress lists if integers in blocks of 4. Appends 0s to blocks, if length of input is not divisable by 4."
edition = "2021"
keywords = ["compression", "fast", "int", "list", "array"]
license = "MIT OR Apache-2.0"
name = "group-varint-offset-encoding"
readme = "./README.md"
repository = "https://github.com/nilsmartel/int-compression"
version = "0.1.1"