Is there a better way to reduce number of iterations without missing a given condition?
I’m working on a project which requires a lot of iterations and calculations. We’re speaking about something around 2000 iterations, each of them doing between 15 and 40 different calculations. This.. takes a lot of time, and I’m trying to reduce that time.