B-Trees
B-tree implementation in C++ to index documents based on numerical id's and title strings.
Classes | Macros
Block.hpp File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

#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