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

https://github.com/tmcdonell/lockfree-array-queue

A linerisable MPMC unbounded lockfree-queue
https://github.com/tmcdonell/lockfree-array-queue

Last synced: about 1 year ago
JSON representation

A linerisable MPMC unbounded lockfree-queue

Awesome Lists containing this project

README

          

lockfree-array-queue
====================

This package implements the linearisable multiple-producer multiple-consumer
(MPMC) memory-unbounded lock-free queue by Pedro Ramalhete and Andreia Correia.

http://concurrencyfreaks.blogspot.com/2017/01/doublelink-low-overhead-lock-free-queue.html
http://concurrencyfreaks.blogspot.com/2016/12/lcrq-and-faaarrayqueue-are-not-good-for.html
http://concurrencyfreaks.blogspot.com/2016/11/faaarrayqueue-mpmc-lock-free-queue-part.html
http://concurrencyfreaks.blogspot.com/2016/11/lazyindexarrayqueue-mpmc-lock-free.html