terrygta / spsc_bounded_queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPSC Bounded Queue

This is a C++ implementaion of wait-free SPSC queue based on atomic operaions. Calls to Enqueue() Dequeue() are guaranteed to be bounded in a finite period of time for all threads.

About


Languages

Language:C++ 100.0%