Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryandotsmith/queue_lkls
A lock-free, non-blocking queue data structure.
https://github.com/ryandotsmith/queue_lkls
Last synced: 2 months ago
JSON representation
A lock-free, non-blocking queue data structure.
- Host: GitHub
- URL: https://github.com/ryandotsmith/queue_lkls
- Owner: ryandotsmith
- Created: 2013-03-24T20:57:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-31T07:46:04.000Z (over 11 years ago)
- Last Synced: 2024-10-13T17:47:20.460Z (3 months ago)
- Language: C
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
queue_lkls: A lock-free queue data structure.
Queue_lkls is based on the research of Maged M. Michael & Michael L. Scott.
TODO:
* Provide a better memory allocator.
* Provide a ruby interface for drop in replacement for Ruby's Queue class.