> This PR continues the efforts from #12632 to speed up case-insensitive string
> matching.
>
> We now tackle case-insensitive comparison of mixed-coder strings, implemented
> in `StringLatin1.regionMatchesCI_UTF16`
>
> Key insights:
>
> - If the UTF16 code point is also in latin1 range, we ca
On Sat, 18 Feb 2023 18:22:49 GMT, Eirik Bjorsnos wrote:
> This PR continues the efforts from #12632 to speed up case-insensitive string
> matching.
>
> We now tackle case-insensitive comparison of mixed-coder strings, implemented
> in `StringLatin1.regionMatchesCI_UTF16`
>
> Key insights:
>
This PR continues the efforts from #12632 to speed up case-insensitive string
matching.
We now tackle case-insensitive comparison of mixed-coder strings, implemented
in `StringLatin1.regionMatchesCI_UTF16`
Key insights:
- If the UTF16 code point is also in latin1 range, we can leverage improve