MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:stm-containers-1.2.1.1@sha256:ad0d5e6d64b30aa27e0d5c14d304f15dc61cc414b771e30842e118c2b0a4bad5,3494

Module documentation for 1.2.1.1

Used by 1 package in nightly-2025-04-02(full list with versions):

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 starting from version 1 perform even better than their counterparts from "unordered-containers", but also scale well on concurrent access patterns. . For details on performance of the library, which are a bit outdated, see this blog post.