in reply to Re^3: Sorting Outline Numbers
in thread Sorting Outline Numbers

I'm assuming that's producing a Schwartzian Transform.

No, Sort::Key is implemented in C so it doesn't have to use nasty tricks to avoid calling perl code inside the sorting algorithm. And it is faster than the GRT most of the times.