Is there any C++ implementation (source codes) of \"optmistic approach to lock-free FIFO queues\" algorithm?
If you're looking for a good lock free queue implementation both Microsoft Visual Studio 2010 & Intel's Thread Building Blocks contain a good LF queue which is similar to the paper.
Here's a link to the one in VC 2010