Range Queries in Non-blocking $k$-ary Search Trees
Trevor Brown, Hillel Avni

TL;DR
This paper introduces a linearizable, non-blocking k-ary search tree supporting fast searches and range queries, tolerating crash failures, and outperforming existing algorithms in small-range query workloads.
Contribution
It presents a novel non-blocking k-ary search tree using single-word CAS that supports linearizable range queries and crash failures, with improved performance.
Findings
Outperforms other algorithms for small-range queries
Rivals the performance of leading concurrent skip-lists
Supports crash failures and linearizable operations
Abstract
We present a linearizable, non-blocking -ary search tree (-ST) that supports fast searches and range queries. Our algorithm uses single-word compare-and-swap (CAS) operations, and tolerates any number of crash failures. Performance experiments show that, for workloads containing small range queries, our -ST significantly outperforms other algorithms which support these operations, and rivals the performance of a leading concurrent skip-list, which provides range queries that cannot always be linearized.
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
TopicsDistributed systems and fault tolerance · Optimization and Search Problems · Algorithms and Data Compression
