You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your request related to a problem? Please describe.
In the same way that there's a parallel facet for the ask statement or the grid declaration, there could be one for the loop statement when it is not an until loop.
This could improve performances in many models.
Additionally, we already know that the container operators like collect, where etc. are more performant than going through loop statement, so maybe we can check to parallelize them too as there are parallel streams available in java.
Describe the improvement you'd like
Adding an option to run loops and container operators in parallel in gaml, add a mention to it in the optimizing models page
The text was updated successfully, but these errors were encountered:
Is your request related to a problem? Please describe.
In the same way that there's a parallel facet for the
ask
statement or thegrid
declaration, there could be one for theloop
statement when it is not anuntil
loop.This could improve performances in many models.
Additionally, we already know that the container operators like
collect
,where
etc. are more performant than going throughloop
statement, so maybe we can check to parallelize them too as there are parallel streams available in java.Describe the improvement you'd like
Adding an option to run loops and container operators in parallel in gaml, add a mention to it in the optimizing models page
The text was updated successfully, but these errors were encountered: