Lock-Free Queue Implementations Compared: Correctness, Performance, and the Bugs You'll Ship
A `std::mutex`-protected `std::deque` is 12% faster than moodycamel::ConcurrentQueue when contention is low.
1 article
A `std::mutex`-protected `std::deque` is 12% faster than moodycamel::ConcurrentQueue when contention is low.