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

Speed up simulation startup #50

Open
StephenNneji opened this issue Jun 24, 2022 · 0 comments
Open

Speed up simulation startup #50

StephenNneji opened this issue Jun 24, 2022 · 0 comments
Labels
module: core Type: todo Something to do e.g. refactoring

Comments

@StephenNneji
Copy link
Contributor

Starting a simulation can be slow because of the data copied to the simulation process on creation

Possible solution

  1. Copy less data to the process
  2. Change the signature of the execute method so data is copied individually not in a dictionary
@StephenNneji StephenNneji added Type: todo Something to do e.g. refactoring module: core labels Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: core Type: todo Something to do e.g. refactoring
Projects
None yet
Development

No branches or pull requests

1 participant