X Dong, L Wang, Y Gu, Y Sun - Proceedings of the 28th ACM SIGPLAN …, 2023 - dl.acm.org
Computing biconnected components (BCC) of a graph is a fundamental graph problem. The canonical parallel BCC algorithm is the Tarjan-Vishkin algorithm, which has O (n+ m) …
Integer sorting is a fundamental problem in computer science. This paper studies parallel integer sort both in theory and in practice. In theory, we show tighter bounds for a class of …
L Wang, X Ding, Y Gu, Y Sun - Proceedings of the 2024 ACM Workshop …, 2024 - dl.acm.org
Influence Maximization is an important problem in data science. Current solutions with theoretical guarantees are space-inefficient and have limited parallelism, limiting their …
GE Blelloch, Y Gu, Y Sun - 2024 IEEE International Parallel and …, 2024 - ieeexplore.ieee.org
In this paper, we share our experience in teaching parallel algorithms with the binary-forking model. With hardware advances, multicore computers are now ubiquitous. This has created …
In this paper, we introduce PASGAL (Parallel And Scalable Graph Algorithm Library), a parallel graph library that scales to a variety of graph types, many processors, and large …
X Dong - Proceedings of the VLDB Endowment. ISSN - vldb.org
As multi-core processors become more widely available, parallel computing has entered its prime era. Despite significant advances in hardware and extensive theoretical research …