Paul Eggert wrote:
> typically scales better ... Use qsort_r ...

If you care about performance with large directories, why use qsort_r
and not mpsort or array-mergesort (which are worst-case O(N log N))?

Bruno




Reply via email to