Concurrent lock-free unbounded priority queue with mutable priorities

0Citations
Citations of this article
2Readers
Mendeley users who have this article in their library.
Get full text

Abstract

The priority queue with DeleteMin and Insert operations is a classical interface for ordering items associated with priorities. Some important algorithms, such as Dijkstra’s single-source-shortest-path, Adaptive Huffman Trees, etc. also require changing the priorities of items in the runtime. Existing lock-free priority queues do not directly support the dynamic mutation of the priorities. This paper presents the first concurrent lock-free unbounded binary heap that implements a priority queue with mutable priorities. The operations are provably linearizable. We also designed an optimized version of the algorithm by combining the concurrent operations that substantially improves the performance. For experimental evaluation, we implemented the algorithm in both C/C++ and Java. A number of micro-benchmarks show that our algorithm performs well in comparison to existing implementations.

Cite

CITATION STYLE

APA

Walulya, I., Chatterjee, B., Datta, A. K., Niyolia, R., & Tsigas, P. (2018). Concurrent lock-free unbounded priority queue with mutable priorities. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 11201 LNCS, pp. 365–380). Springer Verlag. https://doi.org/10.1007/978-3-030-03232-6_24

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free