Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello Coders,
I have a question:
I have an ea with any parallel loops. What is faster - make many short loops or combine it to a long loop?
Best regards, Martin
It sounds to that 1 loop is better, but I don't know the situation and I might be wrong.