Persistent Binary Search Trees

I did some quick search with an eye on persisting indexes on disk, here is what I found:
https://github.com/andylamp/BPlusTree
https://github.com/myui/btree4j
https://en.wikipedia.org/wiki/B-tree
https://cglab.ca/~dana/pbst/
https://github.com/wardbradt/binary-trees-ward
https://github.com/elias-pap/concurrent-data-structures
https://people.csail.mit.edu/jaffer/WB
http://www.cs.cornell.edu/courses/cs3110/2011sp/Recitations/rec24-B-trees/B-trees.htm
https://en.wikipedia.org/wiki/B-tree



Leave a Reply

Your email address will not be published. Required fields are marked *