List of Plugins to convert still:
Current issues are:
- pcre library is no longer maintained; author working on pcre2
- pcre jit support in ATS is incomplete
- Precompilation is not consistently implemented
- Library review
- Should probably look at pcre2/je2 (or others)
Whilst looking at some high RPS rate tests libpcre was starting to 'feature' in traces.
The obvious optimisation for libpcre is to use the jit support, which probably lends itself well to constrained lists of regex.
However, given the lack of maintenance on the current library an "architectural review" is probably required before more effort is spent...
List of Plugins to convert still:
Current issues are:
Whilst looking at some high RPS rate tests libpcre was starting to 'feature' in traces.
The obvious optimisation for libpcre is to use the jit support, which probably lends itself well to constrained lists of regex.
However, given the lack of maintenance on the current library an "architectural review" is probably required before more effort is spent...