Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.