Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fxeqxmulfx/golang-lock-free-queue

Lock-free FIFO queue
https://github.com/fxeqxmulfx/golang-lock-free-queue

lock-free

Last synced: about 2 months ago
JSON representation

Lock-free FIFO queue

Awesome Lists containing this project

README

        

# Lock-free FIFO queue

[An optimistic approach to lock-free FIFO queues](http://people.csail.mit.edu/edya/publications/OptimisticFIFOQueue-journal.pdf)

## How to check?
```bash
go test -race
```