A Simple yet Exact Analysis of the MultiQueue
Stefan Walzer, Marvin Williams
TL;DR
The paper tackles the problem of understanding the rank error in the MultiQueue, a highly scalable relaxed concurrent priority queue. It introduces a formal $\sigma$-MultiQueue model and an Exponential-Jump Process to analyze the long-run distribution of top-element ranks, showing that the rank gaps are governed by independent geometric or exponential components. The authors derive exact expressions for the long-term rank error, notably $\mathbb{E}[E]=\tfrac{5}{6}n-1+\tfrac{1}{6n}$ for the case of deleting from the best of two queues, and extend the results to general deletion schemes dependent only on queue rank and to $c$-MultiQueue via explicit $\sigma$-distributions. Their approach yields not only precise asymptotics but also concentration insights and a clear connection between the discrete multi-queue dynamics and the continuous Exponential-Jump Process, offering a simpler and more exact understanding than prior potential-based methods.
Abstract
The MultiQueue is a relaxed concurrent priority queue consisting of $n$ internal priority queues, where an insertion uses a random queue and a deletion considers two random queues and deletes the minimum from the one with the smaller minimum. The rank error of the deletion is the number of smaller elements in the MultiQueue. Alistarh et al. [2] have demonstrated in a sophisticated potential argument that the expected rank error remains bounded by $O(n)$ over long sequences of deletions. In this paper we present a simpler analysis by identifying the stable distribution of an underlying Markov chain and with it the long-term distribution of the rank error exactly. Simple calculations then reveal the expected long-term rank error to be $\tfrac{5}{6}n-1+\tfrac{1}{6n}$. Our arguments generalize to deletion schemes where the probability to delete from a given queue depends only on the rank of the queue. Specifically, this includes deleting from the best of $c$ randomly selected queues for any $c>1$.
