String implementations

Sean Kelly sean at f4.ca
Sun Jan 20 13:53:09 PST 2008


bearophile wrote:
>
> The built-in sort of Python is the Timsort, that's way faster than the D built-in (I have written a rather simple sort that is up to 3 times faster than the built in in D, and it's always faster no matter what data I use).

I'd be interested in seeing that.  I've been able to beat the D sort for
some data sets and match it in others, but not beat it across the board.


Sean



More information about the Digitalmars-d mailing list