Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 458 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 458 Bytes

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).