ISISNeutronMuon / ISISNeutronMuon/SScanSS-2
Speed up simulation startup
Open
module: core
Type: todo
- Dominant language
- Python
- Stars
- 8
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.