Re: Status report: regex replacement - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Status report: regex replacement
Date
Msg-id 20030206.222502.71088848.t-ishii@sra.co.jp
Whole thread Raw
In response to Status report: regex replacement  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Status report: regex replacement
List pgsql-hackers
> I have just committed the latest version of Henry Spencer's regex
> package (lifted from Tcl 8.4.1) into CVS HEAD.  This code is natively
> able to handle wide characters efficiently, and so it avoids the
> multibyte performance problems recently exhibited by Wade Klaver.
> I have not done extensive performance testing, but the new code seems
> at least as fast as the old, and much faster in some cases.

I have tested the new regex with src/test/mb and it all passed. So the
new code looks safe at least for EUC_CN, EUC_JP, EUC_KR, EUC_TW,
MULE_INTERNAL, UNICODE, though the test does not include all possible
regex patterns.
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Status report: regex replacement
Next
From: Hannu Krosing
Date:
Subject: Re: Status report: regex replacement