B-Trees
B-tree implementation in C++ to index documents based on numerical id's and title strings.
|
CBlock | Union for reading and writing blocks containing serialized data |
▼CBTree | B-tree class |
CBNode | B-tree node |
CFileHeader | File header data for BTree indexes |
COverflowResult | Provides information to deal with an insertion overflow |
CStatistics | BTree usage analytics |
CEntry | Article entry |
CHashfileHeader | Header data for the hashfile |
CIdIndex | Helper struct to store primary indexes |
CTitleIndex | Helper struct to store secondary indexes |