Re: Interest in Faster Unicode Normalization - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Interest in Faster Unicode Normalization
Date
Msg-id akHa2HrsXbvdo9KL@paquier.xyz
Whole thread
In response to Interest in Faster Unicode Normalization  (Diego Frias <mail@dzfrias.dev>)
List pgsql-hackers
On Wed, Jun 03, 2026 at 05:06:09PM -0700, Diego Frias wrote:
> I was wondering if Postgres was interested in this work. I know that
> my project is an early-stage library, but I think it could be of use
> to Postgres in some way or another. Is there any way I could apply my
> work to help Postgres? I’ve been working on this project for a while
> and honestly just want to see if any larger open source projects are
> interested.

I would definitely encourage you to look at the other thread and
to participate in its discussion.  One of the bottlenecks of the
proposed patch is that we were still discussing how the normalization
tables should be shaped to make the operations faster.  Perhaps what
you have in mind could be applied on top of what the other approaches
are implementing, but it's hard to tell without a patch.  Duplicating
discussions for the same matter feels useless to me, because the goal
is the same: we want to make the normalizations faster, let's decide
one design that fits best.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tender Wang
Date:
Subject: Re: Fix HAVING-to-WHERE pushdown with mismatched operator families
Next
From: Michael Paquier
Date:
Subject: Re: Add a statistics view to track usage of deprecated features