-
Notifications
You must be signed in to change notification settings - Fork 230
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
General speedup revisited #471
Comments
#488 should make simulations with many edge reactions faster. |
@walsh-p and @sherman-sc ran this job for about 7 hours before it crashed (an ODE solver problem). It got to 126 core species. Two remarkably large chunks:
Can we speed them up or call them less frequently? |
Speed is still a problem, but this issue is well out-of-date. |
See #78 for the older version of this issue.
I've noticed that on my computer, the minimal example running on 534cf3a takes 42 seconds vs the latest master at 21b83e3 takes 47 seconds, making it 5 seconds slower. I imagine this slowdown will affect larger models as well. @KEHANG presented at group meeting some changes which can help speed things up. I think there are also portions of code that could be cythonized or re-optimized. Please use this issue to brainstorm ideas or provide new profiling data.
The text was updated successfully, but these errors were encountered: