Withdrawn: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort)

duke duke at openjdk.org
Tue Jan 2 02:57:08 UTC 2024


On Sat, 8 May 2021 20:54:48 GMT, Vladimir Yaroslavskiy <duke at openjdk.org> wrote:

> Sorting:
> 
> - adopt radix sort for sequential and parallel sorts on int/long/float/double arrays (almost random and length > 6K)
> - fix tryMergeRuns() to better handle case when the last run is a single element
> - minor javadoc and comment changes
> 
> Testing:
> - add new data inputs in tests for sorting
> - add min/max/infinity values to float/double testing
> - add tests for radix sort

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/3938


More information about the core-libs-dev mailing list