FICHA · MANJARO

haskell-bitwise

Fast multi-dimensional unboxed bit packed Bool arrays

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

Description

A Haskell library for fast multi-dimensional Boolean arrays stored as unboxed packed bits. It helps programs represent large grids or masks with lower memory overhead than ordinary boxed values.

Developers use it in algorithms, simulations, image-like masks, and other workloads with many Boolean cells. Packed storage is efficient, but indexing logic should be tested carefully.

Permissions

Permissions not analysed for this source yet.