twitter / cassovary

Cassovary is a simple big graph processing library for the JVM

Home Page:http://twitter.com/cassovary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallelize Pagerank to run on multiple cores

pankajgupta opened this issue · comments

Current pagerank implementation in com.twitter.cassovary.algorithms is single-threaded. Implement a multi-thread version to make it run faster. Also, report benchmark results comparing the parallel version with the current version (see PagerankBenchmark in cassovary-benchmarks)