Non-Blocking Interpolation Search Trees with Doubly-Logarithmic Running Time
Most balanced search trees use key comparisons to guide their operations, and achieve logarithmic running time. By relying on numerical properties of the keys, interpolation search achieves lower search complexity and better performance. Although interpolation-based data structures were investigated in the past, their non-blocking concurrent variants have received very little attention so far.
In this paper, we propose the first non-blocking implementation of the classic interpolation search tree data structure. For arbitrary key distributions, the data structure ensures amortized O(log n) insertion and deletion. Furthermore, when input key distributions are smooth, lookups run in expected O(log log n) time, and insertion and deletion run in amortized O(log log n). To improve the scalability of insertion and deletion operations, we propose a novel, scalable concurrent rebuilding technique. We implement the concurrent interpolation search tree, and evaluate the efficiency of its operations.
Tue 25 FebDisplayed time zone: Tijuana, Baja California change
15:45 - 17:00 | Search and Index (Mediterranean Ballroom)Main Conference Chair(s): Idit Keidar Technion - Israel institute of technology | ||
15:45 25mTalk | Non-Blocking Interpolation Search Trees with Doubly-Logarithmic Running Time Main Conference | ||
16:10 25mTalk | YewPar: Skeletons for Exact Combinatorial Search Main Conference Blair Archibald University of Glasgow, Patrick Maier University of Stirling, Rob Stewart Heriot-Watt University, Phil Trinder University of Glasgow | ||
16:35 25mTalk | XIndex: A Scalable Learned Index for Multicore Data Storage Main Conference Chuzhe Tang Shanghai Jiao Tong University, Youyun Wang Shanghai Jiao Tong University, Gansen Hu Shanghai Jiao Tong University, Zhiyuan Dong Shanghai Jiao Tong University, Zhaoguo Wang Shanghai Jiao Tong University, Minjie Wang New York University, Haibo Chen Shanghai Jiao Tong University |