GNU C Library 2.39 released
GNU C Library 2.39 released
Posted Feb 1, 2024 16:32 UTC (Thu) by fw (subscriber, #26023)In reply to: GNU C Library 2.39 released by anton
Parent article: GNU C Library 2.39 released
It was also slower than the mergesort implementation. The sole benefit of the quicksort-based was that it did not use malloc. We still needed a fallback sorting algorithm in case quicksort degraded, so complexity isn't much reduced, either.
