Sort algorithm

Alain alainpoint at yahoo.fr
Wed Jan 24 07:34:44 PST 2007


Hi,

I have a question related to the sort function.
Does anyone know which algorithm is used in the built-in array sort function.
I needed to sort 256 integers. By using a radix sort, i got 30 usec on my laptop. But using the built-in sort, i get 20 usec.
I thought the radix sort was pretty efficient.
Any idea?

Alain



More information about the Digitalmars-d mailing list