
8 Jul
2012
8 Jul
'12
1:12 a.m.
Sorry, got cutoff by one of gmail's send hotkeys.. On Sat, Jul 7, 2012 at 9:10 PM, Rich E <reakinator@gmail.com> wrote:
First off, all Boost.Lockfree tests in trunk are passing for me on clang 4.0 on OS X, hurrah! Thank you Tim for working on this for so long...
I'm running through the examples now, only with the outdated documentation as a guide (more than a couple years old). I cannot find the ringbuffer container - was it renamed or removed altogether during the review period?
I notice spsc_queue acts awefully like a ringbuffer, and it's implementation contains many
... ringbuffer-like classes - is this the decided class for creating a lockfree buffer that reuses memory? Thanks and cheers, Rich