[Haskell-cafe] timsort
Daniel Fischer
daniel.is.fischer at googlemail.com
Fri Apr 15 17:15:32 CEST 2011
On Friday 15 April 2011 16:42:22, Ben wrote:
> hello --
>
> has anyone every implemented (and benchmarked) timsort in haskell?
>
> http://bugs.python.org/file4451/timsort.txt
>
> it is a stable mergesort-like algorithm, seems like a good fit for
> haskell.
>
> best, ben
From a short look, it seems similar to the algorithm used in Data.List.sort
(except for the minrun stuff, which I think is not much of a concern for
linked lists).
More information about the Haskell-Cafe
mailing list