ACGraph: An Efficient Asynchronous Out-of-Core Graph Processing Framework
Summary: ACGraph: an asynchronous SSD-optimized out-of-core graph engine that eliminates iteration barriers to cut read/work amplification and synchronization stalls. Uses a dynamic block-centric priority scheduler, online asynchronous worklist, pipelined I/O+compute and hybrid storage to substantially improve runtime and I/O efficiency. (summarized by gpt-5-mini on Feb 11 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Dechuang Chen (Chinese University of Hong Kong)
- 2. Sibo Wang (Chinese University of Hong Kong)
- 3. Qintian Guo (Hong Kong University of Science and Technology)
BibTeX Citation
@inproceedings{chen_sigmod26,
title = {{ACGraph: An Efficient Asynchronous Out-of-Core Graph Processing Framework}},
author = {Chen, Dechuang and Wang, Sibo and Guo, Qintian},
series = {{SIGMOD} '26},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/3769755},
url = {https://dl.acm.org/doi/10.1145/3769755},
year = {2026}
}
Incoming Citations (Sorted by Pagerank)
Showing 1 of 1 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 10,207 | Bw-Graph: An Efficient Graph Storage System Harmonizing Topology-Aware Tree with Paged CSR | 2026 | SIGMOD | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 17 of 17 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 10,972 | GraphCSR: A Degree-Equalized CSR Format for Large-scale Graph Processing | 2025 | VLDB |
| 2 | 4,157 | GPU-based Graph Traversal on Compressed Graphs | 2019 | SIGMOD |
| 3 | 6,599 | Adaptive Asynchronous Parallelization of Graph Algorithms | 2018 | SIGMOD |
| 4 | 7,201 | An I/O-Efficient Disk-based Graph System for Scalable Second-Order Random Walk of Large Graphs | 2022 | VLDB |
| 5 | 1,911 | Fast Iterative Graph Computation with Block Updates | 2013 | VLDB |
| 6 | 6,490 | CAVE: Concurrency-Aware Graph Processing on SSDs | 2024 | SIGMOD |
| 7 | 7,380 | MiniGraph: Querying Big Graphs with a Single Machine | 2023 | VLDB |
| 8 | 4,297 | Graph Analytics Through Fine-Grained Parallelism | 2016 | SIGMOD |
| 9 | 5,075 | CGgraph: An Ultra-fast Graph Processing System on Modern Commodity CPU-GPU Co-processor | 2024 | VLDB |
| 10 | 3,642 | CoroGraph: Bridging Cache Efficiency and Work Efficiency for Graph Algorithm Execution | 2024 | VLDB |