Name:
Anonymous
2008-08-09 18:39
I want to learn about lockfree datastructures. Where should I start?
Name:
Anonymous
2008-08-09 23:51
You know, a lockfree kernel would be awesome.
Name:
Anonymous
2008-08-10 8:13
Linux is lockfree, because no one uses it.
Name:
Anonymous
2008-08-10 13:53
>>2
I was thinking more in the line of books
Name:
Anonymous
2008-08-10 14:19
>>6
You could try this one:
http://web.njit.edu/~leung/handbook/index.html (chapter 31)
But generally you'd be better off looking for online lecture notes and papers.
Name:
Anonymous
2008-08-10 16:30
>>8
http://www.cl.cam.ac.uk/TechReports/UCAM-CL-TR-579.pdf is pretty good, ignoring the bastardized C operators and proportional font used for code.