![]() |
|
The stupid question is the question not asked | |
PerlMonks |
RE: RE (tilly) 3: sort performanceby tye (Sage) |
on Sep 12, 2000 at 07:00 UTC ( #32049=note: print w/replies, xml ) | Need Help?? |
I suspect that the optimizer is just removing the whole $foo bit from "stupid" for you. I was wondering if $a->[1] would be much faster than $hash{$a}{this}. I didn't think it would be by a big enough factor. If you want raw speed here, create a side array for comparison and sort a list of indices: - tye (but my friends call me "Tye")
In Section
Seekers of Perl Wisdom
|
|