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