FICHA · MANJARO

haskell-hashtables

Mutable hash tables in the ST monad

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

Description

A Haskell library for mutable hash tables in the ST monad. It gives programs efficient in-memory key-value storage while keeping mutation contained inside a controlled computation.

Developers use it in algorithms, parsers, caches, and performance-sensitive data processing. Hash-table behavior depends on hashing quality, collision handling, and expected data size.

Permissions

Permissions not analysed for this source yet.