Among the fastest priority queue implementations, skew heaps have properties that make them particularly suited to concurrent manipulation of shared queues. A concurrent version of the top down implementation of skew heaps can be produced from previously published sequential versions using almost mechanical transformations. This implementation requires O1989 time to enqueue or dequeue an item, but it allows new operations to begin after only O(1) time on a MIMD machine. Thus, there is potential for significant concurrency when multiple processes share a queue. Applications to problems in graph theory and simulation are discussed in this article. © 1989, ACM. All rights reserved.
CITATION STYLE
Jones, D. W. (1989). Concurrent Operations on Priority Queues. Communications of the ACM, 32(1), 132–137. https://doi.org/10.1145/63238.63249
Mendeley helps you to discover research relevant for your work.