Analysis and Evaluation of Non-Blocking Interpolation Search Trees
Abstract
We start by summarizing the recently proposed implementation of the first non-blocking concurrent interpolation search tree (C-IST) data structure. We then analyze the individual operations of the C-IST, and show that they are correct and linearizable. We furthermore show that lookup (and several other non-destructive operations) are wait-free, and that the insert and delete operations are lock-free. We continue by showing that the C-IST has the following properties. For arbitrary key distributions, this data structure ensures worst-case amortized time for search, insertion and deletion traversals. When the input key distributions are smooth, lookups run in expected time, and insertion and deletion run in expected amortized time, where is a bound on the number of threads. Finally, we present an extended experimental evaluation of the non-blocking IST performance.
Keywords
Cite
@article{arxiv.2001.00413,
title = {Analysis and Evaluation of Non-Blocking Interpolation Search Trees},
author = {Aleksandar Prokopec and Trevor Brown and Dan Alistarh},
journal= {arXiv preprint arXiv:2001.00413},
year = {2020}
}