![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: When does it pay to use the schwartzian transform?by runrig (Abbot) |
on Dec 16, 2005 at 18:53 UTC ( #517331=note: print w/replies, xml ) | Need Help?? |
It "pays" when the cost of pre-computing the sort keys for all of your elements is significantly less than re-computing the sort keys each time you make a comparison. It depends on the cost of computing a sort key, and the number of elements.
In Section
Seekers of Perl Wisdom
|
|