lockfree-queue-0.2: Michael and Scott lock-free queues.

The lockfree-queue package

Michael and Scott queues are described in their PODC 1996 paper:

http://dl.acm.org/citation.cfm?id=248052.248106

These are single-ended concurrent queues based on a singlly linked list and using atomic CAS instructions to swap the tail pointers. As a well-known efficient algorithm they became the basis for Java's ConcurrentLinkedQueue.

Properties

Versions0.2, 0.2.0.1, 0.2.0.2
Dependenciesabstract-deque, base (≥4.4.0.0 & <5), bytestring, ghc-prim, IORefCAS (≥0.2)
LicenseBSD3
AuthorRyan R. Newton
Maintainerrrnewton@gmail.com
CategoryData, Concurrent
Home pagehttps://github.com/rrnewton/haskell-lockfree-queue/wiki
Source repositorygit clone git://github.com/rrnewton/haskell-lockfree-queue.git
Upload dateMon Oct 1 14:51:38 UTC 2012
Uploaded byRyanNewton
Built onghc-7.6
DistributionsNixOS: 0.2.0.2

Modules

Downloads