Comment on The Bw-Tree: A B-tree for New HardwareparentComments−continuations13yAre there any open source implementations of lock-free B+ trees? I'd love to play with it.−sparky13yThis is the closest I've found [1]; it's an expanded version of a SPAA paper by the same name. It's not executable, but it's pretty detailed and C-like as paper pseudocode goes :-/[1] http://www.cs.technion.ac.il/~erez/Papers/lfbtree-full.pdf
Comments
Are there any open source implementations of lock-free B+ trees? I'd love to play with it.
This is the closest I've found [1]; it's an expanded version of a SPAA paper by the same name. It's not executable, but it's pretty detailed and C-like as paper pseudocode goes :-/
[1] http://www.cs.technion.ac.il/~erez/Papers/lfbtree-full.pdf