Boost logo

Boost :

Subject: Re: [boost] [lockfree] review
From: Tim Blechmann (tim_at_[hidden])
Date: 2011-07-30 05:15:42


> > I have not compared the 'folkloric' queue yet.
>
> I meant ring buffer. Can't find it in Herlihy. Got a reference?

it is called `bounded queue'. it implements the same idea, but the algorithm
looks different.
taomp wasn't released, when i wrote all this code, so i basically learned about
lock-free programming the hard way (reading research papers and trying to
implement them). the ringbuffer is adapted from other open-source projects
(linux kernel, jack, portaudio, supercollider).

cheers, tim




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk