Treiber: Lock free Treiber stack

[ bsd3, data, library ] [ Propose Tags ]

An implementation of Treiber stacks, a lock free stack. Works with any monad that has atomically modificable references. Removed debug code accidentally left in in version 0.0.1 and added specializations of the TreiberStack data structure to the IO and STM monads.

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4
Dependencies base (>=4.6 && <4.8), ghc-prim (>=0.3 && <0.4), monad-loops (>=0.4.2 && <0.5), ref-mtl (>=0.2.1 && <2.3), stm (>=0.2.4 && <2.5) [details]
License BSD-3-Clause
Author Julian Sutherland
Maintainer Julian Sutherland (julian.sutherland10@imperial.ac.uk)
Revised Revision 1 made by julek at 2015-01-22T12:44:42Z
Category Data
Home page https://github.com/Julek
Uploaded by julek at 2015-01-22T12:41:26Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3296 total (12 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-01-22 [all 1 reports]