|
Posted by Uri Guttman on September 2, 2004, 5:09 am
Please log in for more thread options
Sort::Maker .02 was uploaded to CPAN and should propogate out soon. It
is a module that makes it very easy to generate efficient sort code in
Perl. You pass it descriptions of the sort keys and it returns a sub
which will sort your data.
It can generate sorts in any of four styles, plain, orcish, ST and
GRT. It is fully documented and has many tests and benchmarks. You can
easily add more tests and benchmarks as they are table driven.
Send all feddback, bug reports, pod edits, etc. to uri@stemsystems.com
also see the paper on perl sorting (which is the background for this
module) at:
http://www.sysarch.com/perl/sort_paper.html
uri
--
Uri Guttman ------ uri@stemsystems.com -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding-
Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org
|