SPSCQueue
SPSCQueue copied to clipboard
Non-blocking push?
It it possible to tweak this such that the push methods do not block when full, but instead pop from the other end like a classic ring buffer?
If it requires significant changes, perhaps you could publish that separately?
I dont think this is possible without severely compromising performance or introducting a race condition