External-memory dictionaries with worst-case update cost
Abstract
The Bε-tree [Brodal and Fagerberg 2003] is a simple I/O-efficient external-memory-model data structure that supports updates orders of magnitude faster than B-tree with a query performance comparable to the B-tree: for any positive constant ε<1 insertions and deletions take O(1B1-εBN) time (rather than O(BN) time for the classic B-tree), queries take O(BN) time and range queries returning k items take O(BN+kB) time. Although the Bε-tree has an optimal update/query tradeoff, the runtimes are amortized. Another structure, the write-optimized skip list, introduced by Bender et al. [PODS 2017], has the same performance as the Bε-tree but with runtimes that are randomized rather than amortized. In this paper, we present a variant of the Bε-tree with deterministic worst-case running times that are identical to the original's amortized running times.
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.