Re: Speed up ICU case conversion by using ucasemap_utf8To*() - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Speed up ICU case conversion by using ucasemap_utf8To*()
Date
Msg-id 744b9998-4463-4be5-b60e-a960eeb43202@proxel.se
Whole thread Raw
In response to Re: Speed up ICU case conversion by using ucasemap_utf8To*()  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: Speed up ICU case conversion by using ucasemap_utf8To*()
List pgsql-hackers
Hi,

Here is a version 4 of the patch which uses the fact that we have method 
tables to remove one level of indirection. I am not sure the extra lines 
of codes are worth it but on the other hand despite 40 more lines the 
code became easier to read to me. What do you think?

Andreas

Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: [PATCH] Add support for SAOP in the optimizer for partial index paths
Next
From: Jelte Fennema-Nio
Date:
Subject: Re: Parallelizing startup with many databases