Module differential_dataflow::trace::layers
source · Expand description
Traits and types for building trie-based indices.
The trie structure has each each element of each layer indicate a range of elements in the next layer. Similarly, ranges of elements in the layer itself may correspond to single elements in the layer above.
Modules
Implementation using ordered keys with hashes and robin hood hashing.
Implementation using ordered keys and exponential search.
Implementation using ordered keys and exponential search.
Traits
A type used to assemble collections.
A type supporting navigation.
A type used to assemble collections by merging other instances.
A collection of tuples, and types for building and enumerating them.
A type used to assemble collections from ordered sequences of tuples.