MIT licensed by Michael Schröder
Maintained by [email protected]
This version can be pinned in stack with:ctrie-0.2@sha256:3c3e576d6a90aa08e44c46e7adf1a29fc1ba1cc594bb1fd410a22ece92949c73,2019

Module documentation for 0.2

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

Changes

0.2 (September 2017)

  • Change return types of insertIfAbsent, insert and delete to indicate whether or not a value has been inserted/deleted. This is a breaking change, but it should be trivial to adapt your code. There are no changes in performance. Thanks to Tom Shackell for proposing this change.

0.1.1.0 (April 2016)

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