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 n keys in height O(b n), where b is the maximum node degree. Updates can be performed in O( b 2 n) amortized time. A relaxed balance version, which is well suited for concurrent implementation, is also presented.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…