RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort)
iaroslavski
github.com+43264149+iaroslavski at openjdk.java.net
Mon Sep 13 17:28:43 UTC 2021
On Sat, 8 May 2021 20:54:48 GMT, iaroslavski <github.com+43264149+iaroslavski 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
Still waiting OCA approval
Yes, I ping again, will see what happens
>Суббота, 24 июля 2021, 14:47 +03:00 от Laurent Bourgès ***@***.***>:
>
>
>Still waiting for individual OCA approval
>—
>You are receiving this because you were mentioned.
>Reply to this email directly, view it on GitHub , or unsubscribe .
Still waiting OCA approval
-------------
PR: https://git.openjdk.java.net/jdk/pull/3938
More information about the core-libs-dev
mailing list