Module btree

Source

Structs§

BTree
BTree struct represents an on-disk B+tree. Each node is persisted in the table file, the leaf nodes contain the values.
BTreeBuilder
BtreeBuilder is a Builder for the BTree struct.

Constants§

MAX_BRANCHING_FACTOR
B+Tree properties.
NODE_KEYS_LIMIT