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

FindPartner - Performance Improvement #88

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Bridenbecker
Copy link
Collaborator

This fixes some stupid code to make the Assortivity selection of partners 5x faster in some cases. the reduction of PS_MAX_LIST to 10,000 will change the behavior, so we need to get researcher buy-in. The 10,000 is 40% faster than 50,000 (69 minutes to 42 minutes).

- In Assortivity.cpp, FindPartner and FindPartnerIP did some needless process.
- By removing this processing, we can improve performance 80% (12526s to 2517s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant