External-memory dictionaries with worst-case update cost

November 11, 2022 Β· Declared Dead Β· πŸ› International Symposium on Algorithms and Computation

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Rathish Das, John Iacono, Yakov Nekrich arXiv ID 2211.06044 Category cs.DS: Data Structures & Algorithms Citations 2 Venue International Symposium on Algorithms and Computation Last Checked 4 months ago
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(\frac{1}{B^{1-Ξ΅}}\log_{B}N)$ time (rather than $O(\log_BN)$ time for the classic B-tree), queries take $O(\log_BN)$ time and range queries returning $k$ items take $O(\log_BN+\frac{k}{B})$ 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.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted