> >> The default definition of sortBy uses insertion sort > > > I have vague recollection of the wisdom of this choice being > > questioned > > And now I think I'm about question it as well...
5.02 uses quicksort, but 5.04 will use mergesort instead which has much more predictable performance behaviour. Cheers, Simon _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users