Good day!

Here is another pcre2test timings:


PCRE2 version 10.33 2019-04-16
/abcd/
\[0123456789]{200000}
Match time 0.1040 milliseconds
No match

/abcd/jit
\[0123456789]{200000}
Match time 1.6320 milliseconds
No match


It seems JIT is 16 times!! slower than interpreter for such simple pattern.

Please take a look at it.
Thanks.

--
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev

Reply via email to