illej / FFQ

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:C 100.0%