35
1
v1v2 (latest)

B-slack trees: Highly Space Efficient B-trees

Abstract

B-slack trees, a subclass of B-trees that have substantially better worst-case space complexity, are introduced. They store nn keys in height O(logbn)O(\log_b n), where bb is the maximum node degree. Updates can be performed in O(logb2n)O(\log_{\frac b 2} n) amortized time. A relaxed balance version, which is well suited for concurrent implementation, is also presented.

View on arXiv
Comments on this paper