-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduced a regular expression (Regex) cache to avoid redundant reco…
…mpilation. Updated filter processing to utilize precompiled Pattern objects for improved performance. Implemented methods to reuse regular expressions using computeIfAbsent. Modified the filterProperty method to accept and work with precompiled regular expressions (Pattern). Updated to reflect changes in the RequestPropertyFilter class, adapting tests to use Pattern instead of strings for regular expressions.
- Loading branch information
Showing
3 changed files
with
117 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.