We present a new algorithm for concurrent access to array-based priority queue heaps. Deletions proceed top-down as they do in a previous algorithm due to Rao and Kumar [1988 (IEEE Trans. Computers 37(12))], but insertions proceed bottom-up, and consecutive insertions use a bit-reversal technique to scatter accesses across the fringe of the tree, to reduce contention. Because insertions do not have to traverse the entire height of the tree (as they do in previous work), as many as O(M) operations can proceed in parallel, rather than O(log M) on a heap of size M. Experimental results on a Silicon Graphics Challenge multiprocessor demonstrate good overall performance for the new algorithm on small heaps, and significant performance improvemen...
Priority queues are fundamental abstract data structures, often used to manage limited resources in ...
AbstractIn this paper, we show how to improve the complexity of heap operations and heapsort using e...
The rise of new multicore CPUs introduced new challenges in the process of design of concurrent data...
We present a new algorithm for concurrent access to array-based priority queue heaps. Deletions proc...
AbstractThis paper presents parallel algorithms for priority queue operations on a p-processor EREWP...
We present a highly concurrent priority queue algorithm based on the B-link tree, which is a B + -...
This paper presents parallel algorithms for priority queue operations on a p-processor EREW-PRAM. Th...
This paper introduces the Parallel Priority Queue (PPQ) abstract data type. A PPQ stores a set of in...
Existing concurrent priority queues do not allow to update the priority of an element after its inse...
This paper presents parallel algorithms for priority queue operations on a p-processor EREWPRAM. The...
The concurrent priority queue is one of the shared memory data structures that can be dynamically ma...
We describe a new parallel data structure, namely parallel heap, for exclusive-read exclusive-write ...
A Parallel Priority Queue (PPQ) is defined as an abstract data type for storing a set of integer-val...
We describe a new parallel data structure, namely parallel heap, for exclusive-read exclusive-write ...
Abstract—This paper introduces a concurrent data structure called the mound. The mound is a rooted t...
Priority queues are fundamental abstract data structures, often used to manage limited resources in ...
AbstractIn this paper, we show how to improve the complexity of heap operations and heapsort using e...
The rise of new multicore CPUs introduced new challenges in the process of design of concurrent data...
We present a new algorithm for concurrent access to array-based priority queue heaps. Deletions proc...
AbstractThis paper presents parallel algorithms for priority queue operations on a p-processor EREWP...
We present a highly concurrent priority queue algorithm based on the B-link tree, which is a B + -...
This paper presents parallel algorithms for priority queue operations on a p-processor EREW-PRAM. Th...
This paper introduces the Parallel Priority Queue (PPQ) abstract data type. A PPQ stores a set of in...
Existing concurrent priority queues do not allow to update the priority of an element after its inse...
This paper presents parallel algorithms for priority queue operations on a p-processor EREWPRAM. The...
The concurrent priority queue is one of the shared memory data structures that can be dynamically ma...
We describe a new parallel data structure, namely parallel heap, for exclusive-read exclusive-write ...
A Parallel Priority Queue (PPQ) is defined as an abstract data type for storing a set of integer-val...
We describe a new parallel data structure, namely parallel heap, for exclusive-read exclusive-write ...
Abstract—This paper introduces a concurrent data structure called the mound. The mound is a rooted t...
Priority queues are fundamental abstract data structures, often used to manage limited resources in ...
AbstractIn this paper, we show how to improve the complexity of heap operations and heapsort using e...
The rise of new multicore CPUs introduced new challenges in the process of design of concurrent data...