Re: speed up unicode normalization quick check

From: John Naylor <john(dot)naylor(at)2ndquadrant(dot)com>
To: Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: speed up unicode normalization quick check
Date: 2020-09-18 16:41:02
Message-ID: CACPNZCvUSvAto8b2vOHzKXxdAcuszUQqqMwkkd_UqSgaKjL_2g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached is version 4, which excludes the output file from pgindent,
to match recent commit 74d4608f5. Since it won't be indented again, I
also tweaked the generator script to match pgindent for the typedef,
since we don't want to lose what pgindent has fixed already. This last
part isn't new to v4, but I thought I'd highlight it anyway.

--
John Naylor https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v4-0001-Tweak-the-set-of-candidate-multipliers-for-genera.patch application/x-patch 1.5 KB
v4-0002-Use-perfect-hashing-for-NFC-Unicode-normalization.patch application/x-patch 26.9 KB
v4-0003-Use-perfect-hashing-for-NKFC-Unicode-normalizatio.patch application/x-patch 83.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2020-09-18 17:23:11 Re: [HACKERS] [PATCH] Generic type subscripting
Previous Message Mark Dilger 2020-09-18 15:43:52 Re: factorial function/phase out postfix operators?