lab_btree
Belligerent BTrees
|
Implementation of a B-tree class which can be used as a generic dictionary (insert-only). More...
Implementation of a B-tree class which can be used as a generic dictionary (insert-only).
Designed to take advantage of caching to be faster than standard balanced binary search trees.