bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] savedir: scale better when sorting by name


From: Bruno Haible
Subject: Re: [PATCH] savedir: scale better when sorting by name
Date: Tue, 12 Dec 2023 06:19:24 +0100

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

[Prev in Thread] Current Thread [Next in Thread]