Monthly Archives: December 2009

Introduction to lock-free/wait-free and the ABA problem

I recently read a paper on Hazard Pointers[2] and thought I would share what I learned and some general information on lock-free/wait-free programming. I hope it is useful to others getting started.
I’m not very clever, so keep in mind this is mostly regurgitating knowledge I’ve found in various places. If you find anything [...]