Skip to content
/ FFQ Public

FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)

Notifications You must be signed in to change notification settings

tudinfse/FFQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue

This is an implementation of FFQ presented in the IPDPS 2017 paper (FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue).

Please note that the MPMC version of this queue depends on double-width compare-and-swap instruction.

The evaluation in paper used wfqueue's test framework (by Chaoran Yang, John Mellor-Crummey).

About

FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages