A bounded SPSC lock-free queue implementation
C++
There are several important performance considerations, when implementing an SPSC lock-free queue.
Jun 8, 2025
Hi there! Welcome to my blog. I’m Quasar. I am a software engineer turned quantitative analyst.
Here, I’ll document my coding conquests, exploring practical modern C++ and financial math, building practical and impractical tools, to playing around with numerics!