Changes for version 0.17 - 2007-01-28

  • 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.

Modules

Median finding algorithm