Skip to content

C++ Implementation of a concurrent K-FIFO queue

Notifications You must be signed in to change notification settings

farzaa/KFIFO-Queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

KFIFO-Queue

note: this is a work in progress, but the core implementation is complete

Hi there! So this is an implementation of a k-FIFO queue from this paper: Fast and Scalable, Lock-free k-FIFO Queues.

To run the program, you'll need to use C++11. On Mac/Linux systems just run this in the terminal:

$ git clone https://github.com/farzaa/KFIFO-Queue.git
$ cd KFIFO-Queue
$ g++ -std=c++11 kfifo.cpp && ./a.out

About

C++ Implementation of a concurrent K-FIFO queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages