Module adaptive_radix

Module adaptive_radix 

Source
Expand description

Adaptive Radix Tree (ART) for property indexes

ART provides space-efficient indexing with excellent cache performance through adaptive node sizes and path compression.

Structs§

AdaptiveRadixTree
Adaptive Radix Tree for property indexing
ArtIter
Iterator over ART entries

Enums§

ArtNode
ART node types with adaptive sizing