MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:stm-containers-0.2.16@sha256:e98efa8dcf0045ea8a78a04b4e2763cf2d8bc33aad0750e2f30a67f8f4e933b1,8454

Module documentation for 0.2.16

This library is based on an STM-specialized implementation of Hash Array Mapped Trie. It provides efficient implementations of Map, Set and other data structures, which are marginally slower than their counterparts from "unordered-containers", but scale well on concurrent access patterns.

For details on performance of the library see this blog post.