Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.

From: Hans Petter Selasky <hselasky_at_freebsd.org>
Date: Thu, 20 Apr 2023 08:42:30 UTC
On 4/19/23 22:17, Jessica Clarke wrote:
> Except they’re not, because all of what bsort provides can be provided
> by qsort. All people care about are being able to quickly sort their
> data and whether it’s a stable sort.

Hi Jessica,

 From this I'm reading: Going bad being rare should just be accepted, 
because the benefit is greater than the deficit.

I disagree: Bugs like those in FreeBSD's qsort() can/do create random 
victims out there having real life consequences. Being a victim is fine 
as long as it is not me?

Databases, QuickSort, JSON, HTML, HTTP request timeout, default values 
and AirTags. What can go wrong goes wrong!

--HPS