Re: speed up unicode normalization quick check - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: speed up unicode normalization quick check
Date
Msg-id 20201011102720.GA15029@paquier.xyz
Whole thread Raw
In response to Re: speed up unicode normalization quick check  (John Naylor <john.naylor@enterprisedb.com>)
Responses Re: speed up unicode normalization quick check
Re: speed up unicode normalization quick check
List pgsql-hackers
On Thu, Oct 08, 2020 at 06:22:39PM -0400, John Naylor wrote:
> Okay, thanks.

And applied.  I did some more micro benchmarking with the quick
checks, and the numbers are cool, close to what you mentioned for the
quick checks of both NFC and NFKC.

Just wondering about something in the same area, did you look at the
decomposition table?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: public schema default ACL
Next
From: Ranier Vilela
Date:
Subject: Re: Possible NULL dereferencing null pointer (src/backend/executor/nodeIncrementalSort.c)