MIT licensed by Michael Schröder
Maintained by [email protected]
This version can be pinned in stack with:ctrie-0.1.1.0@sha256:20984cd1294896258b74d335c20a3b1c70c9f7cd6c305c7fb201e66006f806d1,2023

Module documentation for 0.1.1.0

A non-blocking concurrent map implementation based on lock-free concurrent hash tries (aka Ctries).

Changes

0.1.1.0 (April 2016)

* Add insertIfAbsent (https://github.com/mcschroeder/ctrie/pull/2)

0.1.0.3 (December 2015)

* Eliminate a redundant import warning on GHC 7.10
* Loosen dependency bounds

0.1.0.2 (October 2014)

* Use newer versions of base and atomic-primops
* Update benchmarks for criterion 1.0