Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize Pagerank to run on multiple cores #157

Open
pankajgupta opened this issue Feb 18, 2015 · 0 comments
Open

Parallelize Pagerank to run on multiple cores #157

pankajgupta opened this issue Feb 18, 2015 · 0 comments

Comments

@pankajgupta
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant