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

fix: adds param use_cached to BlackholeGraph._get_blackhole_plasmids(), solving the slowdown introduced in releases v0.3.3 and v0.3.4 #49

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

leoisl
Copy link
Owner

@leoisl leoisl commented Dec 19, 2023

use_cached allows us to get the blackhole plasmids already computed in a previous call to this method, instead of always recomputing them from scratch.

Closes #41

…ds(), solving the slowdown introduced in releases v0.3.3 and v0.3.4

use_cached allows us to get the blackhole plasmids already computed in a previous call to this method, instead of always recomputing them from scratch.
@leoisl leoisl merged commit 08ce687 into main Dec 19, 2023
4 checks passed
@leoisl leoisl deleted the fix/41 branch December 19, 2023 16:50
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.

Recent changes (v0.3.3 and v0.3.4) might have made plasnet slow for very large graphs
1 participant