Name: | perl-Sort-Maker |
---|---|
Version: | 0.06 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 66548 |
License: | GPL+ or Artistic |
RPM: | perl-Sort-Maker-0.06-2.el7.noarch.rpm |
Source RPM: | perl-Sort-Maker-0.06-2.el7.src.rpm |
Build Date: | Fri Nov 03 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Sort-Maker/ |
Summary: | Simple way to make efficient sort subs |
Description: | 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. |