http://www.perlmonks.org?node_id=282535


in reply to Re: Out-Of-Date Optimizations? New Idioms? RAM vs. CPU
in thread Out-Of-Date Optimizations? New Idioms? RAM vs. CPU

I don't know about you but I take care to use Guttman-Rossler if I can instead of the full ST. Or even more frequently I write it as a normal sort (with code block) and only go back if the profiler says I should. And it never has outside of toy code.