
20 Jul
2009
20 Jul
'09
1:57 a.m.
Again, I'd like to propose a compromise: make Data.Sequence.sortBy cmp be either fromList2 . Data.List.sortBy cmp . toList, or use the stable pairing-heap sort, and add a second sorting method, sortBy', that is unstable but faster.
Sounds good to me but how about calling them unstableSortBy and unstableSort?