[][src]Module banyan::forest

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

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.