Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.9 KB

README.md

File metadata and controls

54 lines (43 loc) · 1.9 KB

GPU-based Compressed Graph Traversal (GCGT)

Source code for the paper:

GPU-based Graph Traversal on Compressed Graphs

Datasets

Due to the capacity limitation, please obtain the datasets used in the paper from their original sources:

Baselines

Reordering

Virtual Node Miner

Our third-party implementation of the Virtual Node Miner in A Scalable Pattern Mining Approach to Web Graph Compression with Communities. Please refer to virtual_node_miner.

Compressed Graph Representation (CGR) Compressor

The Compressed Graph Representation (CGR) Compressor. Please refer to cgr_compressor.

BFS-GCGT

The CUDA implementation of BFS based on the proposed GCGT. Please refer to bfs_gcgt.

Reference

@inproceedings{DBLP:conf/sigmod/Sha19GCGT,
  author    = {Mo Sha and
               Yuchen Li and
               Kian{-}Lee Tan},
  title     = {GPU-based Graph Traversal on Compressed Graphs},
  booktitle = {{SIGMOD} Conference},
  pages     = {775--792},
  publisher = {{ACM}},
  year      = {2019}
}

License

MIT