
7 May
2008
7 May
'08
5:10 p.m.
Hello tim, You may wonder that I create a boost::lockfree library. Yes, the name of "boost::lockfree" is from you proposal. I am interested in it, and write a stack class. There is no other stuffs, because boost-memory library only need a lock-free stack. And I'm willing to contribute to lockfree library. Thanks. On Wed, May 7, 2008 at 8:04 AM, Tim Blechmann <tim@klingt.org> wrote:
1. Lock-free free list.
i just had a look at the implementation of memory/boost/lockfree/ stack.hpp ... it quite worries me, since it does neither provide any kind of aba prevention, nor of safe memory reclamation (free list, hazard pointer, pass-the-buck) ...
best, tim
-- tim@klingt.org http://tim.klingt.org