Re: Optimization of the is_normalized() function. - Mailing list pgsql-hackers

From Alexander Borisov
Subject Re: Optimization of the is_normalized() function.
Date
Msg-id 64841180-99bf-452f-af11-2c62db22ca78@gmail.com
Whole thread Raw
In response to Optimization of the is_normalized() function.  (Alexander Borisov <lex.borisov@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Gureumi
Date:
Subject: [PATCH] Fix Korean typo 'checkpoint' in log
Next
From: Alexander Borisov
Date:
Subject: Re: Improve the performance of Unicode Normalization Forms.