Description
Provides an STM-specialized Hash Array Mapped Trie for Haskell. HAMT structures support efficient map-like storage, and STM specialization helps concurrent code update shared data transactionally.
It is useful for concurrent caches, indexes, services, and in-memory shared state that needs atomic updates. It is a developer library and has no standalone storage service.