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

Reduce startup time, update Project.toml for v0.21.3 #55

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Conversation

sjdaines
Copy link
Member

  • Add timing info using TimerOutputs

  • Option to RateStoich to allow it to be called as a function instead of a standalone method (to reduce number of methods generated)

  • initialize_reactiondata! option to only create dispatchlists_all when needed

  • ReactionMethodDispatchList use Ref - this seems to trade off time to create ReactionMethodDispatchList and time for first call to do_deriv, where Ref gives fast ReactionMethodDispatchList creation, but slow first do_deriv.

- Add timing info using TimerOutputs

- Option to RateStoich to allow it to be called as a function instead of a
  standalone method (to reduce number of methods generated)

- initialize_reactiondata! option to only create dispatchlists_all when needed

- ReactionMethodDispatchList use Ref - this seems to trade off time to create
  ReactionMethodDispatchList and time for first call to do_deriv, where
  Ref gives fast ReactionMethodDispatchList creation, but slow first do_deriv.
@sjdaines sjdaines merged commit 4c72b3f into main Sep 19, 2022
@sjdaines sjdaines deleted the startup_time branch September 19, 2022 10:11
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.

None yet

1 participant