5 ms·
Lazy Adaptive Trees : https://dl.acm.org/doi/10.14778/1687627.1687669 https://dl.acm.org/doi/10.14778/1687627.1687669 It is a B-Tree where updates to the tree
by karsinkk 4y ago
Lazy Adaptive Trees : https://dl.acm.org/doi/10.14778/1687627.1687669 https://dl.acm.org/doi/10.14778/1687627.1687669
It is a B-Tree where updates to the tree are buffered in the branch nodes and are propagated down to the leaf nodes at a later point in time.