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

master graph generation & parallelism #236

Merged
merged 3 commits into from
Jun 29, 2019

Conversation

yakra
Copy link
Contributor

@yakra yakra commented Jun 28, 2019

Addresses most of the speed side of #200.

  • C++: Master graph generation time 11.6s -> 8.5s, single-threaded, a 36% speedup. Multithreaded, master graphs are written alongside subgaphs, saving us another ~3.2s with 4 threads on BiggaTomato.
  • Python: Master graph generation time 29.7s -> 26s, a 14% speedup. Not as good as I might have hoped for but an improvement nonetheless.

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

Successfully merging this pull request may close these issues.

2 participants