Fast integer compression/decompression via SIMD bit-packing. Port of simdcomp to Rust.
# Cargo.toml
[dependencies]
bitpacking = "0.9.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compress a vector of integers using SIMD bit-packing.
Enable the appropriate feature flags or use fallback implementation.
No dependency data recorded yet.