RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch
Roger Riggs
rriggs at openjdk.org
Mon Feb 13 15:37:29 UTC 2023
On Mon, 13 Feb 2023 09:59:24 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> We can improve various String methods such as `startsWith`, `endsWith` and `regionMatches` by leveraging the intrinsified mismatch methods in `ArraysSupport`.
Look good.
-------------
Marked as reviewed by rriggs (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12528
More information about the core-libs-dev
mailing list