Archives for Saturday, March 27, 2010

March 2010 (22)
SMTWTFS
« Feb Apr »
123456
78910111213
14151617181920
21222324252627
28293031

Like this Archive Calendar widget? Download it here.


Testing the lock-free stack

Stack of books with laptop on topRecently a reader was having some issues with my lock-free queue implementation. In investigating the problem, I decided to throw out my previous “stack and queue” multithreaded test program as being way too hard to modify and started out afresh. In doing so, I also cleaned up the implementations of the lock-free stack and queue, making extensive use of CodeRush’s code issues functionality. […]

READ MORE