@hackage stm-containers0.1.2
Containers for STM
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
Dependencies (6)
Dependents (42)
@hackage/linkcheck, @hackage/postgres-websockets, @hackage/file-modules, @hackage/Spock, @hackage/discord-haskell-voice, @hackage/mu-graphql, Show all…
This library is based on an STM-specialized implementation of
Hash Array Mapped Trie.
It provides very efficient implementations of Map and Set data structures,
which are slightly slower than their counterparts from "unordered-containers",
but scale very well on concurrent access patterns.