in reply to Re^3: An efficient way to parallelize loops
in thread An efficient way to parallelize loops

Dammit! I misunderstood what you wrote before: i had intended you suggested to move the whole "if" statement outside of the loop, not the lookup for the variables' values in the statement. Sorry! You were right.

I'll also do the profiling, to see where the bottlenecks are.

Thank you very much again!

  • Comment on Re^4: An efficient way to parallelize loops