AbstractAlthough parallel algorithms using linked lists, trees, and graphs have been studied extensively by the research community, implementations have met with limited success, even for the simplest algorithms. In this paper we present our results of a careful implementation study of parallel list ranking (and the related list-scan operation) and show that it can have substantial speed up over fast workstations. Obtaining good parallel performance for list ranking is a challenge for two reasons. First, although there are many asymptotic work-efficient algorithms, it is hard to keep the constants comparable to those of the sequential algorithm. In this paper we introduce a new parallel algorithm that both is work efficient and has small co...
General purpose programming on the graphics processing units (GPGPU) has received a lot of attention...
We study the sorting of real numbers into a linked list on the PRAM (Parallel Random-Access Machine)...
We present analytical and experimental results for fine-grained list ranking algorithms, with the ob...
AbstractAlthough parallel algorithms using linked lists, trees, and graphs have been studied extensi...
List ranking and list scan are two primitive operations used in many parallel algorithms that use li...
Two improved list-ranking algorithms are presented. The ``peeling-off'' algorithm leads to an optima...
Novel algorithms are presented for parallel and external memory list-ranking. The same algorithms ca...
AbstractWe present a parallel algorithm for the prefix sums problem which runs in timeO( logn/log lo...
An earlier parallel list ranking algorithm performs well for problem sizes $N$ that are extremely la...
The goal of a parallel algorithm is to solve a single problem using multiple pro-cessors working tog...
Parallel list ranking is a hard problem due to its extreme degree of irregularity. Also because of i...
AbstractPart I of this paper presented a novel technique for approximate parallel scheduling and a n...
Abstract—We present analytical and experimental results for fine-grained list ranking algorithms. We...
The Wyllie’s list ranking algorithm takes a linked list data structure as an input and it pass the l...
AbstractWe consider the problem of deterministic sorting of integers on a parallel RAM (PRAM). The b...
General purpose programming on the graphics processing units (GPGPU) has received a lot of attention...
We study the sorting of real numbers into a linked list on the PRAM (Parallel Random-Access Machine)...
We present analytical and experimental results for fine-grained list ranking algorithms, with the ob...
AbstractAlthough parallel algorithms using linked lists, trees, and graphs have been studied extensi...
List ranking and list scan are two primitive operations used in many parallel algorithms that use li...
Two improved list-ranking algorithms are presented. The ``peeling-off'' algorithm leads to an optima...
Novel algorithms are presented for parallel and external memory list-ranking. The same algorithms ca...
AbstractWe present a parallel algorithm for the prefix sums problem which runs in timeO( logn/log lo...
An earlier parallel list ranking algorithm performs well for problem sizes $N$ that are extremely la...
The goal of a parallel algorithm is to solve a single problem using multiple pro-cessors working tog...
Parallel list ranking is a hard problem due to its extreme degree of irregularity. Also because of i...
AbstractPart I of this paper presented a novel technique for approximate parallel scheduling and a n...
Abstract—We present analytical and experimental results for fine-grained list ranking algorithms. We...
The Wyllie’s list ranking algorithm takes a linked list data structure as an input and it pass the l...
AbstractWe consider the problem of deterministic sorting of integers on a parallel RAM (PRAM). The b...
General purpose programming on the graphics processing units (GPGPU) has received a lot of attention...
We study the sorting of real numbers into a linked list on the PRAM (Parallel Random-Access Machine)...
We present analytical and experimental results for fine-grained list ranking algorithms, with the ob...