MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:stm-containers-0.2.4@sha256:b2f6a4d42ad63d026c81dac4ed492f7c707bf813e3ce5d18ea103380ec212583,8764

Module documentation for 0.2.4

  • STMContainers
    • STMContainers.Bimap
    • STMContainers.Map
    • STMContainers.Multimap
    • STMContainers.Set

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.