Re: Speed up ICU case conversion by using ucasemap_utf8To*()

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: zengman <zengman(at)halodbtech(dot)com>, Jeff Davis <pgsql(at)j-davis(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Speed up ICU case conversion by using ucasemap_utf8To*()
Date: 2026-01-03 03:12:39
Message-ID: 5a010b27-8ed9-4739-86fe-1562b07ba564@proxel.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/3/26 4:05 AM, zengman wrote:
> I don't have any major objections, but I noticed a few minor details that might need a bit more tweaking.
>
> `signficant` -> `significant`
> `realtively` -> `relatively`
> `if (status != U_BUFFER_OVERFLOW_ERROR && U_FAILURE(status))` -> `if (U_FAILURE(status) && status != U_BUFFER_OVERFLOW_ERROR)`
Fixed, thanks!

Andreas

Attachment Content-Type Size
v5-0001-Use-optimized-versions-of-ICU-case-conversion-for.patch text/x-patch 15.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Karlsson 2026-01-03 03:46:49 Re: Support loser tree for k-way merge
Previous Message Thomas Munro 2026-01-03 03:09:47 Re: LLVM JITLink attempt II (WIP)