@hackage stm-containers0.1.2

Containers for STM

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