Crate indexed_bitvec

source ·
Expand description

Operations to create indexes used to perform fast rank & select operations on bitvectors.

Structs

Bits stored as a sequence of bytes (most significant bit first).
Bits stored with extra index data for fast rank and select.