-
Notifications
You must be signed in to change notification settings - Fork 290
Description
Use case
As a user of Bareos that uses Regular Expressions in the FileSet, I would like optimal performance and the same behaviour on all platforms.
Proposal
For that the existing regex implementation (custom on Windows and libc-based everywhere else) should be replaced by pcre2. A quick test has shown that pcre2 is up to 50 times faster than our custom implementation on Windows.
Tracking Issues
No response
Reactions are currently unavailable