ports/devel/p5-Sort-Key/pkg/DESCR

6 lines
232 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.).