pcrejit (3) Linux Manual Page
PCRE – Perl-compatible regular expressions Pcre Just-In-Time Compiler Support Just-in-time compiling is a heavyweight optimization that can greatly speed up pattern matching. However, it comes at the cost of extra processing before the match is performed. Therefore, it is of most benefit when the same pattern is going to be matched many times. This does…
