stm-hamt

STM-specialised Hash Array Mapped Trie

https://github.com/nikita-volkov/stm-hamt

Version on this page:1.2.0.13
LTS Haskell 24.2:1.2.1.1
Stackage Nightly 2025-07-29:1.2.1.1
Latest on Hackage:1.2.1.1

See all snapshots stm-hamt appears in

MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:stm-hamt-1.2.0.13@sha256:007ae4adface0f7aceb6f69fcd932a5bd728c693ea95cfef8c778a1ec8ea07be,4444

Module documentation for 1.2.0.13

A low-level data-structure, which can be used to implement higher-level interfaces like hash-map and hash-set. Such implementations are presented by the stm-containers.