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