FICHA · MANJARO

haskell-vector-hashtables

Efficient vector-based mutable hashtables implementation.

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Implements efficient mutable hash tables based on Haskell vectors. Mutable hash tables provide fast insert, lookup, and update operations when controlled mutation is appropriate.

It is useful for parsers, compilers, caches, indexing, counters, and high-performance data processing. Developers should manage mutation scope carefully so state changes remain understandable and safe.

Permissions

Permissions not analysed for this source yet.