Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the public bp_tree::merge() for efficient merging of two trees.
Fixed a (node) leak in the bulk version of insert(). Fixed logic in insert (and the new merge) for maintaining the minimum-number-of-children-per-node rule (at the beginning and end of the bulk_append phase). Changed unlink_node() to also free the node.
- Loading branch information