Subj : Re: atomic operations api added to AppCore... To : comp.programming.threads From : SenderX Date : Wed Feb 23 2005 06:25 am > Have you ever implemented Hazard pointers and Michael's deque (based on > CAS64 and haz.pointers) I have implemented a full-blown hazard pointer schema, but not his deque. > I'm trying to implement this algo but have poor understanding of some > tricks with memory, and how hazard pointers work Any specific questions? BTW, a hazard pointer implementation is going to be on my site rather soon. -- http://appcore.home.comcast.net/ (portable lock-free data-structures) .