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...

+ This graph shows which files directly or indirectly include this file:

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.

Author
Matt Joras
Date
Winter 2013