FICHA · MANJARO

haskell-bitvec

Space-efficient bit vectors

  • haskell-library
  • LIBRARY
  • DATA-STRUCTURES
  • PERFORMANCE
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

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.

Permissions

Permissions not analysed for this source yet.