Skip Lists: A Probabilistic Alternative to Balanced Trees[PDF]. Saw a link to the original skip list paper. I'm not sure whether I've read that one or not. Anyway, if you want to understand concurrency, and the "impending multicore future", skip lists are an interesting thing to consider. Note, the rest of this post assumes a basic understanding of
(
Read more... )