[][src]Module banyan::tree

creation and traversal of banyan trees

Structs

Config

Configuration for a forest. Includes settings for when a node is considered full

FilteredChunk

A filtered chunk. Contains both data and information about the offsets the data resulted from.

Forest

A number of trees that are grouped together, sharing common key type, caches, and config

Tree

A tree. This is mostly an user friendly handle.

Traits

TreeTypes

Trees can be parametrized with the key type and the sequence type. Also, to avoid a dependency on a link type with all its baggage, we parameterize the link type.