lab_btree
Belligerent BTrees
btree.cpp File Reference

Implementation of a B-tree class which can be used as a generic dictionary (insert-only). More...

Detailed Description

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.