https://bugs.exim.org/show_bug.cgi?id=1916
--- Comment #11 from Philip Hazel <[email protected]> --- (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. -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
