RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort) [v3]
Laurent Bourgès
lbourges at openjdk.org
Sat Apr 22 16:08:49 UTC 2023
> * Optimized mixed insertion sort
> * Optimized insertion sort
> * Optimized Radix sort
> * Updated microbenchmark
>
> I am going on previous PR by Vladimir Yaroslavskyi: https://github.com/openjdk/jdk/pull/3938
Laurent Bourgès has updated the pull request incrementally with one additional commit since the last revision:
rewritten radix sort condition + fixed max buffer size
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13568/files
- new: https://git.openjdk.org/jdk/pull/13568/files/32551f60..ff6b7fcf
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13568&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13568&range=01-02
Stats: 52 lines in 1 file changed: 13 ins; 8 del; 31 mod
Patch: https://git.openjdk.org/jdk/pull/13568.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13568/head:pull/13568
PR: https://git.openjdk.org/jdk/pull/13568
More information about the core-libs-dev
mailing list