openbsd-ports/devel/p5-Sort-Key/pkg/DESCR
2007-04-09 22:43:06 +00:00

7 lines
233 B
Plaintext

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 the perl sort function (ST, GRT, etc.).