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 [6], 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 improvements over known alternatives on lar...
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 ...
Heap-based priority queues are very common dynamical data structures used in several fields, ranging...
We present a new algorithm for concurrent access to array-based priority queue heaps. Deletions proc...
We present a highly concurrent priority queue algorithm based on the B-link tree, which is a B + -...
AbstractThis paper presents parallel algorithms for priority queue operations on a p-processor EREWP...
Existing concurrent priority queues do not allow to update the priority of an element after its inse...
The concurrent priority queue is one of the shared memory data structures that can be dynamically ma...
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...
This paper presents parallel algorithms for priority queue operations on a p-processor EREWPRAM. The...
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...
The rise of new multicore CPUs introduced new challenges in the process of design of concurrent data...
The rise of new multicore CPUs introduced new challenges in the process of design of concurrent data...
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 ...
Heap-based priority queues are very common dynamical data structures used in several fields, ranging...
We present a new algorithm for concurrent access to array-based priority queue heaps. Deletions proc...
We present a highly concurrent priority queue algorithm based on the B-link tree, which is a B + -...
AbstractThis paper presents parallel algorithms for priority queue operations on a p-processor EREWP...
Existing concurrent priority queues do not allow to update the priority of an element after its inse...
The concurrent priority queue is one of the shared memory data structures that can be dynamically ma...
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...
This paper presents parallel algorithms for priority queue operations on a p-processor EREWPRAM. The...
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...
The rise of new multicore CPUs introduced new challenges in the process of design of concurrent data...
The rise of new multicore CPUs introduced new challenges in the process of design of concurrent data...
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 ...
Heap-based priority queues are very common dynamical data structures used in several fields, ranging...