@hackage stm-containers0.2.7
Containers for STM
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
Dependencies (8)
- base-prelude >=0.1 && <0.2
- focus >=0.1.2 && <0.2
- hashable <1.3
- list-t >=0.2 && <0.5
- loch-th >=0.2 && <0.3
- placeholders >=0.1 && <0.2 Show all…
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 a
Hash Array Mapped Trie.
It provides efficient implementations of Map, Set
and other data structures,
which are slightly slower than their counterparts from "unordered-containers",
but scale very well on concurrent access patterns.
For details on performance of the library see this blog post.