https://github.com/salva/p5-sort-key-radix
Release history of Sort-Key-Radix
https://github.com/salva/p5-sort-key-radix
Last synced: 10 months ago
JSON representation
Release history of Sort-Key-Radix
- Host: GitHub
- URL: https://github.com/salva/p5-sort-key-radix
- Owner: salva
- Created: 2010-05-05T10:11:38.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-04-16T11:18:25.000Z (over 13 years ago)
- Last Synced: 2023-03-10T19:41:05.876Z (almost 3 years ago)
- Language: C
- Homepage: http://search.cpan.org/dist/Sort-Key-Radix/
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Sort-Key-Radix
==============
This module reimplements several of the sorting functions available in
Sort::Key using a Radix Sort algorithm.
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Test::More
COPYRIGHT AND LICENCE
Copyright (C) 2007, 2012 by Salvador Fandino (sfandino@yahoo.com)
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.