Last Updated: February 25, 2016
·
1.053K
· cmarius02

C++ B-Tree template library by Google

Google's release of a C++ B-Tree template library.

Here is the insertion time as a function of tree size(256 byte node):
graphic

More details here.