MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:stm-containers-0.2.15@sha256:4870264a731d9d33fa04c6a2b5b35c8885a4d24f0e6e7aaa2c0db425cd4a5eca,8572

Module documentation for 0.2.15

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.