On Thu, 11 May 2023 18:27:28 GMT, Justin Lu <j...@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 <j...@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