Speeding Up Set Intersections in Graph Algorithms using SIMD Instructions
Summary: Presents QFilter, a SIMD-accelerated set-intersection for graph adjacency lists using a merge-based scheme with one-byte pruning. With BSR, a compact binary set representation, it achieves two-level data parallelism; node ordering is NP-hard, tackled by a practical approximate algorithm and experiments. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Shuo Han (Peking University)
- 2. Lei Zou (Peking University)
- 3. Jeffery Xu Yu (Chinese University of Hong Kong)
BibTeX Citation
@inproceedings{han_sigmod18,
title = {{Speeding Up Set Intersections in Graph Algorithms using SIMD Instructions}},
author = {Han, Shuo and Zou, Lei and Yu, Jeffery Xu},
series = {{SIGMOD} '18},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/3183713.3196924},
url = {https://dl.acm.org/doi/10.1145/3183713.3196924},
year = {2018}
}
Incoming Citations (Sorted by Pagerank)
Showing 16 of 16 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 15 of 15 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,375 | GraphMatch: Subgraph Query Processing on Steroids | 2026 | SIGMOD |
| 2 | 8,437 | A Generic Flow Algorithm for Shared Filter Ordering Problems | 2008 | PODS |
| 3 | 6,855 | 2-3 Cuckoo Filters for Faster Triangle Listing and Set Intersection | 2017 | PODS |
| 4 | 10,558 | Characterizing Parallel Subgraph Matching Performance: A Systematic Study of Interactions, Scalability, and Enumeration | 2026 | VLDB |
| 5 | 1,511 | Speedup Graph Processing by Graph Ordering | 2016 | SIGMOD |
| 6 | 4,157 | GPU-based Graph Traversal on Compressed Graphs | 2019 | SIGMOD |
| 7 | 2,245 | Fast Set Intersection in Memory | 2011 | VLDB |
| 8 | 1,717 | Improving the Performance of List Intersection | 2009 | VLDB |
| 9 | 9,176 | HERO: A Hierarchical Set Partitioning and Join Framework for Speeding up the Set Intersection Over Graphs | 2024 | SIGMOD |
| 10 | 3,212 | Faster Set Intersection with SIMD instructions by Reducing Branch Mispredictions | 2015 | VLDB |