Hacker News new | ask | show | jobs
by br1 5524 days ago
Read "Cache-Oblivious Streaming B-trees" http://supertech.csail.mit.edu/cacheObliviousBTree.html It' LSM with faster searches.
1 comments

Thanks for the pointer. Are there any known open-source implementations of the same?
Not that I know of. Also, they have a patent, but that didn't stop Acunu from reimplementing and improving the algorithm.