hackage.haskell.org : lockfree-queue
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.
Registry
-
Source
- Homepage
- JSON
purl: pkg:hackage/lockfree-queue
Keywords:
bsd3
, concurrent
, data
, library
, Propose Tags
License: BSD-3-Clause
Latest release: almost 3 years ago
First release: almost 13 years ago
Dependent packages: 1
Dependent repositories: 18
Downloads: 9,761 total
Stars: 106 on GitHub
Forks: 25 on GitHub
Total Commits: 513
Committers: 29
Average commits per author: 17.69
Development Distribution Score (DDS): 0.181
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 6 days ago