B-Trees
B-tree implementation in C++ to index documents based on numerical id's and title strings.
|
BTree usage analytics. More...
#include <BTree.hpp>
Public Attributes | |
unsigned int | blocksRead |
Quantity of blocks read since the tree was initialized. More... | |
unsigned int | blocksCreated |
Quantity of blocks created since the tree was initialized. More... | |
unsigned int | blocksInDisk |
Quantity of blocks stored in disk. More... | |
BTree usage analytics.
unsigned int BTree< T, M, BlockSize >::Statistics::blocksCreated |
Quantity of blocks created since the tree was initialized.
unsigned int BTree< T, M, BlockSize >::Statistics::blocksInDisk |
Quantity of blocks stored in disk.
unsigned int BTree< T, M, BlockSize >::Statistics::blocksRead |
Quantity of blocks read since the tree was initialized.