Documentation ¶
Index ¶
Constants ¶
View Source
const ( BNODE_NODE = 1 // internal nodes without values BNODE_LEAF = 2 // leaf nodes with values )
View Source
const BTREE_MAX_KEY_SIZE = 1000
View Source
const BTREE_MAX_VAL_SIZE = 3000
View Source
const BTREE_PAGE_SIZE = 4096
View Source
const DB_SIG = "BuildYourOwnDB06"
View Source
const HEADER = 4
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.