Archives for Sunday, April 19, 2009

April 2009 (9)
SMTWTFS
« Mar May »
1234
567891011
12131415161718
19202122232425
2627282930

Like this Archive Calendar widget? Download it here.


More on the lock-free stack/queue: memory fences

Last time I talked about the lock-free stack and queue, I was more concerned about proving that my code was free from the ABA problem than anything else. In making my argument I naturally glossed over such niceties as the .NET memory model and so assumed (pretty much) a sequential memory model, because, to be honest, that's how we think as programmers. […]

READ MORE