Here's my widely used implementation of this approach in C++: https://github.com/rigtorp/MPMCQueue

This was the very best bounded MPMC queue when I last looked into these things years ago, and as far as descendants of the Vyukov MPMC cycle queue go, I don't think it's possible to do much better.

I think your citation date is off, by the way. As far as I can tell, it was first published in January 2011.