SPSC_Queue icon indicating copy to clipboard operation
SPSC_Queue copied to clipboard

A highly optimized single producer single consumer message queue C++ template

Results 2 SPSC_Queue issues
Sort by recently updated
recently updated
newest added

When the reader/writed index pointer is increased, limit the value to the maximum queue size making a queue circular. Signed-off-by: Pavel Nadein