Skip to content

Source code for the paper: GPU-based Compressed Graph Traversal

License

Notifications You must be signed in to change notification settings

desert0616/GCGT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Source code for the paper: GPU-based Compressed Graph Traversal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published