Revision history for Perl extension Algorithm::MedianSelect::XS.
0.18 Mon Jan 29 08:18:19 CET 2007
- Fixed warning which was output when no algorithm argument
was supplied.
0.17 Sun Jan 28 22:52:36 CET 2007
- Extended median() that it will accept a reference to
a list; but, pass by reference is only marginally (10%) faster.
- Made the quicksort algorithm default and bubblesort optional.
Tremendous improvement in computation time originated thereof.
- Rewrote the Perl interface to median(); options to median()
may be passed via an anonymous hash reference.
0.16 Mon Apr 17 16:46:48 CEST 2006
- Removed superfluous @ISA in XS.pm.
0.15 Mon Apr 17 16:37:52 CEST 2006
- Changed Build.PL argument create_makefile_pl from 'passtrough'
to 'traditional' for the sake of compatibility.
- Removed the dependency upon DynaLoader since XSLoader
suffices (listed as dependency).
0.13 Sun Nov 13 13:14:49 CET 2005
- DynaLoader's bootstrap() is honored on older perls.
0.12 Sun Oct 30 20:18:12 CET 2005
- Converted Algorithm::MedianSelect entirely over to XS.
0.08 2005/02/15
- Added missing export section in documentation.
0.07 2004/02/29
- median() takes an array instead of an arrayref.
0.01 2004/01/22
- Initial version.