summaryrefslogtreecommitdiff
path: root/devel/p5-Sort-Maker/pkg-descr
blob: 2381e83ef3d217bafe97c07ef527029c1b7c17a0 (plain) (blame)
1
2
3
4
5
6
7
8
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 styles, plain, orcish manouver,
Schwartzian Transform and the Guttman-Rosler Transform. You can also get
the source for a sort sub you create via the sorter_source call.

WWW: http://search.cpan.org/dist/Sort-Maker/