Parallel batch queries on dynamic trees: algorithms and experiments
Humza Ikram, Andrew Brady, Daniel Anderson, Guy Blelloch

TL;DR
This paper improves batch parallel dynamic tree algorithms, implements a versatile system supporting various queries, and demonstrates its efficiency and robustness through extensive experiments on different forest structures.
Contribution
It introduces generalizations of batch dynamic trees supporting arbitrary degrees and complex queries, along with the first comprehensive implementation and experimental evaluation.
Findings
Achieved good speedup in experiments
Supported a broad set of queries efficiently
Demonstrated robustness across different forest characteristics
Abstract
Dynamic tree data structures maintain a forest while supporting insertion and deletion of edges and a broad set of queries in time per operation. Such data structures are at the core of many modern algorithms. Recent work has extended dynamic trees so as to support batches of updates or queries so as to run in parallel, and these batch parallel dynamic trees are now used in several parallel algorithms. In this work we describe improvements to batch parallel dynamic trees, describe an implementation that incorporates these improvements, and experiments using it. The improvements includes generalizing prior work on RC (rake compress) trees to work with arbitrary degree while still supporting a rich set of queries, and describing how to support batch subtree queries, path queries, LCA queries, and nearest-marked-vertex queries in work and…
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
TopicsAdvanced Database Systems and Queries · Algorithms and Data Compression · Data Management and Algorithms
