Re: git: c65e42dbde41 - main - libc: add test case for qsort_b(3)

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Wed, 07 Sep 2022 07:57:10 UTC
On 9/7/22 09:17, Xin Li wrote:
> I'm not sure if removing qsort() interface from the kernel is a good 
> idea, because apparently it's being used in a lot of places.  Note that 
> it doesn't have to be the current implementation, we can always replace 
> it with something better if available.

We may want to replace it with something that is stable, typically 
mergesort() or for that sake my mbin_sort() if no memory may be allocated.

--HPS