Sort::Key::Natural - fast natural sorting
This module extends the Sort::Key family of modules to support natural sorting. Under natural sorting, strings are split at word and number boundaries, and the resulting substrings are compared as follows: * numeric substrings are compared numericall...
SALVA/Sort-Key-1.33 - 29 Apr 2014 11:55:23 UTC
Sort::Key - the fastest way to sort anything in Perl
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 funct...
SALVA/Sort-Key-1.33 - 29 Apr 2014 11:55:23 UTC
Sort::Naturally::XS - Perl extension for human-friendly ("natural") sort order
Natural sort order is an ordering of mixed strings (consist of characters and digits) in alphabetical order, except that digital parts are ordered as numbers. Natural sorting can be considered as a replacement of a standard machine-oriented alphabeti...
SERVAL/Sort-Naturally-XS-0.7.9 - 16 Jun 2018 18:46:03 UTC
Sort::Naturally::ICU - Perl extension for human-friendly ("natural") sort order
Natural sort order is an ordering of mixed strings (consist of characters and digits) in alphabetical order, except that digital parts are ordered as numbers. Natural sorting can be considered as a replacement of a standard machine-oriented alphabeti...
SERVAL/Sort-Naturally-ICU-0.7.8 - 02 Nov 2017 09:46:59 UTC