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