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 keys in height , where is the maximum node degree. Updates can be performed in amortized time. A relaxed balance version, which is well suited for concurrent implementation, is also presented.
View on arXivComments on this paper