ttrie: Contention-free STM hash map

[ concurrency, library, mit ] [ Propose Tags ]
This version is deprecated.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.0, 0.1.1, 0.1.2, 0.1.2.1, 0.1.2.2 (info)
Dependencies atomic-primops (>=0.6 && <0.7), base (>=4.7 && <4.8), hashable (>=1.2 && <1.3), primitive (>=0.5 && <0.6), stm (>=2) [details]
License MIT
Copyright (c) 2014-2015 Michael Schröder
Author Michael Schröder
Maintainer mc.schroeder@gmail.com
Category Concurrency
Home page http://github.com/mcschroeder/ttrie
Bug tracker http://github.com/mcschroeder/ttrie/issues
Uploaded by MichaelSchroeder at 2015-03-30T19:38:52Z
Distributions LTSHaskell:0.1.2.2, NixOS:0.1.2.2, Stackage:0.1.2.2
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 4402 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-30 [all 1 reports]

Readme for ttrie-0.1.0.0

[back to package description]

ttrie

A contention-free STM hash map for Haskell