Dynamic "Succincter"
Tianxiao Li, Jingxun Liang, Huacheng Yu, Renfei Zhou

TL;DR
This paper introduces dynamic aB-trees with minimal redundancy, enabling efficient updates and queries, and applies this to create a dynamic rank/select data structure with near-optimal performance and space efficiency.
Contribution
It presents the first dynamic aB-tree with low redundancy and supports efficient updates and queries, advancing succinct data structures and dynamic dictionaries.
Findings
Dynamic aB-trees with 3 bits of redundancy and polynomial-time operations.
A dynamic rank/select data structure with $O(rac{\log n}{\log\log n})$ time complexity.
Near-optimal space usage close to information-theoretic bounds.
Abstract
Augmented B-trees (aB-trees) are a broad class of data structures. The seminal work "succincter" by Patrascu showed that any aB-tree can be stored using only two bits of redundancy, while supporting queries to the tree in time proportional to its depth. It has been a versatile building block for constructing succinct data structures, including rank/select data structures, dictionaries, locally decodable arithmetic coding, storing balanced parenthesis, etc. In this paper, we show how to "dynamize" an aB-tree. Our main result is the design of dynamic aB-trees (daB-trees) with branching factor two using only three bits of redundancy (with the help of lookup tables that are of negligible size in applications), while supporting updates and queries in time polynomial in its depth. As an application, we present a dynamic rank/select data structure for -bit arrays, also known as a dynamic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Network Packet Processing and Optimization · DNA and Biological Computing
