lukefleed / compressed-intvecView on GitHub
A Rust library that provides space-efficient, in-memory representations for integer vectors. It offers two complementary data structures: FixedVec, which uses fixed-width encoding for O(1) mutable and atomic access, and IntVec, which uses variable-length instantaneous codes for high-ratio compression and amortized O(1) random access.
35Mar 15, 2026Updated last week

Alternatives and similar repositories for compressed-intvec

Users that are interested in compressed-intvec are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.

Sorting:

Are these results useful?