On Mon, 2 Dec 2024 15:40:18 GMT, Per Minborg wrote:
>> This PR proposes to rewrite the `StringSupport::chunkedStrlen*` methods,
>> fixing a bug in the `short_strlen` variant for odd offsets (`offset % 2 !=
>> 0`).
>>
>> This PR also improves performance on modern hardware, as there is no need
> This PR proposes to rewrite the `StringSupport::chunkedStrlen*` methods,
> fixing a bug in the `short_strlen` variant for odd offsets (`offset % 2 !=
> 0`).
>
> This PR also improves performance on modern hardware, as there is no need for
> pre-looping alignment. Removing this improves perfo