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.