On Thu, 11 May 2023 20:37:11 GMT, Naoto Sato <na...@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.
>
> LGTM. `noreg-perf` issue label might fit better for this

@naotoj ah good to know, I was looking for a noreg-"optimization" or something 
along those lines and ended up settling for cleanup since I didn't know perf 
was short for performance.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13938#issuecomment-1544688899

Reply via email to