pcre2perform (3) Linux Manual Page
PCRE2 – Perl-compatible regular expressions (revised API) Pcre2 Performance Two aspects of performance are discussed below: memory usage and processing time. The way you express your pattern as a regular expression can affect both of them. Compiled Pattern Memory Usage Patterns are compiled by PCRE2 into a reasonably efficient interpretive code, so that most simple…
