RFR: 8336831: Optimize StringConcatHelper.simpleConcat [v5]
Roger Riggs
rriggs at openjdk.org
Fri Jul 19 21:48:49 UTC 2024
On Fri, 19 Jul 2024 21:42:09 GMT, Shaojin Wen <duke at openjdk.org> wrote:
>> Currently simpleConcat is implemented using mix and prepend, but in this simple scenario, it can be implemented in a simpler way and can improve performance.
>
> Shaojin Wen has updated the pull request incrementally with two additional commits since the last revision:
>
> - Update src/java.base/share/classes/java/lang/String.java
>
> Co-authored-by: Chen Liang <liach at openjdk.org>
> - add comments
I'll take a look at this next week.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20253#issuecomment-2240253021
More information about the core-libs-dev
mailing list