Crate btree_ondisk

Source
Expand description

Key/Value map implementation.

Starting from a flat map of signle direct node which for small k/v set.

Converted to btree based map when key exceed direct node’s capacity.

Individual btree node in the map can be load back from backend storage by BlockLoader.

Modules§

bmap
btree
btree_v1
direct_v1
node
node_v1
ondisk

Structs§

MemoryBlockLoader
NullBlockLoader

Constants§

DEFAULT_CACHE_UNLIMITED
VALID_EXTERNAL_ASSIGN_MASK

Traits§

BlockLoader
NodeValue
VMap