stm-hamt

STM-specialised Hash Array Mapped Trie

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

Version on this page:1.2.0.3
LTS Haskell 22.21:1.2.0.14
Stackage Nightly 2024-05-10:1.2.1
Latest on Hackage:1.2.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.3@sha256:f2d17f030ba2c4f912409df695da7b7a549a1622d3067a625bb7a46cc0eca0da,3972

Module documentation for 1.2.0.3

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" library.