-
bitpacking
Fast integer compression/decompression via SIMD bit-packing. Port of simdcomp to rust.
-
mayda
Compression of integer arrays, favoring decompression speed
-
vu128
Efficient variable-length integers
-
fastfibonacci
Fast Fibonacci encoding/decoding
-
uint-zigzag
Uint is a convenience wrapper for zig-zag encoding integers to byte sequences. This allows better compression since the majority of numbers are quite small resulting in 1 or 2 bytes…
-
vbyte
variable length integer compression
-
approx_int
A compact representation of numbers using a tuple (u8, u8, bool) for efficient approximation and storage
-
newpfd
integer compression/decompression
-
varint-compression
variable length integer compression
-
vint32
fast vint u32 encoding
-
packed_integer_array
An array of integers packed in varying bit-lengths which supports random access
-
bitpacking-plus
Wrappers of bitpacking with extra pack formats
-
simple-16
Integer Compression
Try searching with DuckDuckGo.