NetLogo / LevelSpace

This is the LevelSpace extension repository. LevelSpace allows you to run NetLogo models |: from inside NetLogo models :|
Other
19 stars 8 forks source link

Opening models is really slow #59

Closed qiemem closed 5 years ago

qiemem commented 9 years ago

38 is one strategy to solve this. Another idea would be to open models in parallel and the block on first interaction.

qiemem commented 5 years ago

3e0ce2370f1f26af1fa8ca7fd5a5a7ef377931a1 reduces load times dramatically. For instance, the setup time of the Sheep with Brains models went from about 33 seconds to 6-7 seconds. So I'm going to go ahead and close this. More improvements could be made if compiled procedures could be reused between models, but that would require major structural changes to the NetLogo compiler. 6 seconds is also pretty good for opening 200 models, so I'm going to go ahead and close this.