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

Nils Eliasson neliasso at openjdk.java.net
Mon Sep 13 17:28:50 UTC 2021


On Tue, 18 May 2021 19:58:35 GMT, iaroslavski <github.com+43264149+iaroslavski at openjdk.org> wrote:

>> https://bugs.openjdk.java.net/browse/JDK-8267332
>
> I agree with Laurent (bourgesl), see his comment on May 15 regarding to xor:
> using Unsafe is only 2% faster, not worth the extra complexity for few percent.

A small update of the XorINodes type calculation makes the bound check go away. Testing now.

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

PR: https://git.openjdk.java.net/jdk/pull/3938


More information about the core-libs-dev mailing list