sort_key

The fastest way to sort anything in Perl

Version

1.33-2
(2025-12-25)

Size

18

KiB

Repository

HaikuPorts
x86_64
Sort::Key provides a set of functions to sort lists of values by some calculated key value.
It is faster (usually much faster) and uses less memory than other alternatives implemented around perl sort function (ST, GRT, etc.).
Multi-key sorting functionality is also provided via the companion modules Sort::Key::Multi, Sort::Key::Maker and Sort::Key::Register.