in reply to Re: An efficient way to parallelize loops
in thread An efficient way to parallelize loops
Hi moritz
First off, thanks for you kind reply.
Your first point, unluckely is not applicable, due to the fact that depending on the element in @{$categories{$k}->{traces}} matched, the sum below will be applied to a different element in the @lista array.
I was trying to find other solutions, actually, to read the file. Does the while loop run faster than doing a foreach loop, or putting the whole file into an array, and then reading the array line by line?
Thanks for the help!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: An efficient way to parallelize loops
by moritz (Cardinal) on Jun 01, 2010 at 09:36 UTC | |
by Deus Ex (Scribe) on Jun 01, 2010 at 10:18 UTC | |
by Deus Ex (Scribe) on Jun 01, 2010 at 13:23 UTC |