Re: Optimization of the is_normalized() function.

From: Alexander Borisov <lex(dot)borisov(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Optimization of the is_normalized() function.
Date: 2025-10-31 10:42:30
Message-ID: 64841180-99bf-452f-af11-2c62db22ca78@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

21.10.2025 19:17, Alexander Borisov wrote:
> Hi, hackers!
>
> I continue to work on optimizations and improvements in Unicode.
> This patch changes the approach to storing data to determine whether
> a code point is normalized (YES, NO, MAYBE).
> In other words, we are talking about Normalization Quick Check.
Rebase after commit
https://github.com/postgres/postgres/commit/3853a6956c3e3bc7a6fa9bcdb205a2997f46bac2.

--
Best regards,
Alexander Borisov

Attachment Content-Type Size
v2-0001-Optimization-of-the-is_normalized-function.patch text/plain 694.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Borisov 2025-10-31 10:44:50 Re: Improve the performance of Unicode Normalization Forms.
Previous Message Gureumi 2025-10-31 10:41:25 [PATCH] Fix Korean typo 'checkpoint' in log