[pcre-dev] [Bug 1916] Advanced data processing for an altern…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 1916] New: Advanced data processing for an alternation with a lot of key words
Subject: [pcre-dev] [Bug 1916] Advanced data processing for an alternation with a lot of key words
https://bugs.exim.org/show_bug.cgi?id=1916

--- Comment #11 from Philip Hazel <ph10@???> ---
(In reply to Markus Elfring from comment #10)
>
> I guess that your current regular expression engine organises its data into
> other structures. I am just curious on how good their run time
> characteristics could be compared further to other design approaches like
> tries (or radix trees).


Read the HACKING file in the PCRE2 distribution - it describes the very simple
vector of unsigned code units that PCRE2 uses for its compiled patterns.

--
You are receiving this mail because:
You are on the CC list for the bug.