The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Sort::Key::Multi"

Sort::Key::Multi - simple multi-key sorts River stage two • 17 direct dependents • 23 total dependents

Sort::Key::Multi creates multi-key sorting subroutines and exports them to the caller package. The names of the sorters are of the form "xxxkeysort" or "xxxkeysort_inplace", where "xxx" determines the number and types of the keys as follows: + "i" in...

SALVA/Sort-Key-1.33 - 29 Apr 2014 11:55:23 UTC

Sort::Key::Maker - multi-key sorter creator River stage two • 17 direct dependents • 23 total dependents

Sort::Key::Maker is a pragmatic module that provides an easy to use interface to Sort::Key multi-key sorting functionality. It creates multi-key sorting functions on the fly for any key type combination and exports them to the caller package. The key...

SALVA/Sort-Key-1.33 - 29 Apr 2014 11:55:23 UTC

Sort::Key - the fastest way to sort anything in Perl River stage two • 17 direct dependents • 23 total dependents

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

File::Sort - Sort a file or merge sort multiple files River stage one • 1 direct dependent • 1 total dependent

This module sorts text files by lines (or records). Comparisons are based on one or more sort keys extracted from each line of input, and are performed lexicographically. By default, if keys are not given, sort regards each input line as a single fie...

CNANDOR/File-Sort-1.01 - 23 Jan 2002 05:12:37 UTC

Sort::Maker - A simple way to make efficient sort subs River stage two • 1 direct dependent • 16 total dependents

This module has two main goals: to make it easy to create correct sort functions, and to make it simple to select the optimum sorting algorithm for the number of items to be sorted. Sort::Maker generates complete sort subroutines in one of four style...

URI/Sort-Maker-0.06 - 07 Jan 2007 05:54:36 UTC

Sort::Key::Register - tell Sort::Key how to sort new data types. River stage two • 17 direct dependents • 23 total dependents

Sort::Key::Register allows one to register new data types with Sort::Key so that they can be sorted as natively supported ones. It works as a pragma module and doesn't export any function, all its functionality is provided via "use": use Sort::Key::R...

SALVA/Sort-Key-1.33 - 29 Apr 2014 11:55:23 UTC

Sort::ArrayOfArrays - Perl extension for sorting an array of arrays River stage zero No dependents

Sort::ArrayOfArrays was written to sort an arbitrary array of arrays, in powerful, different ways....

EARL/Sort-ArrayOfArrays-1.00 - 28 Dec 2001 03:01:56 UTC

Sort::Key::Natural - fast natural sorting River stage two • 17 direct dependents • 23 total dependents

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

lib/Sort/Key/Types.pm River stage two • 17 direct dependents • 23 total dependents

The Sort::Key family of modules can be extended to support new key types using this module (or the more friendly Sort::Key::Register). FUNCTIONS The following functions are provided: Sort::Key::register_type($name, \&gensubkeys, @subkeystypes) regist...

SALVA/Sort-Key-1.33 - 29 Apr 2014 11:55:23 UTC
9 results (0.049 seconds)