Integrated: 6714245: [Col] Collator - Faster Comparison for identical strings.
Justin Lu
jlu at openjdk.org
Fri May 12 20:01:53 UTC 2023
On Thu, 11 May 2023 18:27:28 GMT, Justin Lu <jlu at openjdk.org> wrote:
> Please review this PR which adds an initial equality check to `RuleBasedCollator.compare(String source, String target)`.
>
> This speeds up the operation for equal input Strings, as it bypasses Collator rule comparisons of each element for both of the input Strings.
This pull request has now been integrated.
Changeset: 4441a230
Author: Justin Lu <jlu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4441a2306fb12f60ac879f7fda6c7446ac130dcb
Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod
6714245: [Col] Collator - Faster Comparison for identical strings.
Reviewed-by: rriggs, naoto
-------------
PR: https://git.openjdk.org/jdk/pull/13938
More information about the core-libs-dev
mailing list