rigtorp / MPMCQueue

A bounded multi-producer multi-consumer concurrent queue written in C++11
MIT License
1.18k stars 160 forks source link

Compared with moodycamel::ConcurrentQueue #37

Closed GOGOYAO closed 1 year ago

GOGOYAO commented 2 years ago

Looking forward to the comparision with moodycamel::ConcurrentQueue

rigtorp commented 1 year ago

Don't really have time, but moodycaml::CurrentQueue should have higher throughput. However it doesn't have any FIFO guarantees as I understand it.