thu-pacman / GridGraph

Out-of-core graph processing on a single machine.
Apache License 2.0
128 stars 57 forks source link

BFS #10

Open xiaogouaiyaotou opened 4 years ago

xiaogouaiyaotou commented 4 years ago

Hi, I have a question about your paper. I read your paper that you used the BFS algorithm to compare with some other framework. But it seems like the author of GraphChi didn't provide BFS in his source code. If you can, could you provide me some ways to run the BFS in GraphChi? Thank you!

coolerzxw commented 4 years ago

Hi. I cannot find the code right now but I think implementing BFS in GraphChi is not very difficult. Probably you should open an issue in the GraphChi repo.