Weird profiling behaviour

Simon Marlow simonmar@microsoft.com
Thu, 27 Jun 2002 08:57:59 +0100


> > 5.02 uses quicksort,
>=20
> That's funny, since I see quadratic scaling, I must be hitting worst
> case both times?  'sort' and  'sortBy' *are* implemented in the same
> way, right?

It's possible, I suppose.  Yes, sort is defined in terms of sortBy.

Simon