Stewart Stremler wrote: > begin quoting Andrew Lentvorski as of Tue, Apr 03, 2007 at 03:46:25PM -0700: >> Here is a video talking about Azul Systems lock-free hash table for >> Java. It's quite a good example of different thinking about concurrency. >> >> http://video.google.com/videoplay?docid=2139967204534450862 > > I hate video for this sort of thing.
Interesting.. I really enjoyed it. I noticed his manner of speaking actually sounds a lot like Andy! That must be why An^WI liked it, eh? > > So I snagged the PDF. > > http://www.azulsystems.com/events/standford_2007/2007_LockFreeHash.pdf > > They only offer psuedo code for the get(), not for the put(), which is > slightly annoying. Still, it seems pretty clever, but the trick seems > to be that keys are (a) immutable and (b) persist, and something called > CAS. The put code is shoen at http://blogs.azulsystems.com/cliff/ >... Regards, ..jim -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
