
15 Apr
2011
15 Apr
'11
2:42 p.m.
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

15 Apr
15 Apr
3:15 p.m.
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).
5198
Age (days ago)
5198
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ben
-
Daniel Fischer