in reply to Re^3: Optimizing a double loop
in thread Optimizing a double loop
I'll give it a try. BTW, I will also need to sort the array (by abs values) now.
UPDATE: There's no real to use $full[$_] += $count; instead of $full[$_] = $count;, is there? we can therefore also drop the initialization of @full, can't we?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Optimizing a double loop
by moritz (Cardinal) on Jun 03, 2010 at 14:02 UTC | |
by roibrodo (Sexton) on Jun 03, 2010 at 14:17 UTC | |
by BrowserUk (Patriarch) on Jun 03, 2010 at 22:39 UTC |