1
2
3
4
5
pub const PAGE_SIZE: usize = 4096;
pub const INDEX_SIZE: usize = 4;

// Debug Options
pub const WRITE_DISK: bool = false;