B-Trees
B-tree implementation in C++ to index documents based on numerical id's and title strings.
|
Go to the source code of this file.
Classes | |
union | Block< T, BlockSize > |
Union for reading and writing blocks containing serialized data. More... | |
Macros | |
#define | BLOCK_SIZE 4096 |
Default block size in bytes. More... | |
#define BLOCK_SIZE 4096 |
Default block size in bytes.
The size was defined as 4096 bytes based on sector storage size of the local machine, obtained through an fdisk -l
command