Description
A Haskell library for compact bit vectors. It stores sequences of bits efficiently, which is useful for algorithms, sets, masks, indexes, and data structures that need many boolean states.
Developers use it when memory use matters more than simple list-like storage. Correct indexing and bounds checks are important because mistakes can affect many packed values at once.