|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^8: Perl is dying (better sorting than the ST)by diotalevi (Canon) |
| on Feb 12, 2007 at 01:18 UTC ( #599498=note: print w/ replies, xml ) | Need Help?? |
|
Interestingly, when I looked at the optree above you'll notice that the custom sort sub { $a->[0] cmp $b->[0] } got entirely elided. Perhaps someone snuck in an interesting sort of optimization to the sort function where even more complicated things like that are actually performed in native C and not actually done in perl at all. ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊
In Section
Meditations
|
|
||||||||||||||||||||