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 = "BuildYourOwnDB07"
View Source
const FREE_LIST_CAP = (BTREE_PAGE_SIZE - FREE_LIST_HEADER) / 8
View Source
const FREE_LIST_HEADER = 8
View Source
const HEADER = 4
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FreeList ¶
type FreeList struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.