-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: adds memoize implementation for regexes and ahocorasick #836
Merged
Commits on Jul 5, 2023
-
chore: adds memoize implementation for regexes.
Currently we create and allocate memory for every regex we compile, however there are cases where you compile the same regex over and over e.g. corazawaf/coraza-caddy#76. Here we implement the memoize pattern to be able to reuse the regex and reduce the memory consumption.
Configuration menu - View commit details
-
Copy full SHA for 18a78cb - Browse repository at this point
Copy the full SHA 18a78cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23382ac - Browse repository at this point
Copy the full SHA 23382acView commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4dae331 - Browse repository at this point
Copy the full SHA 4dae331View commit details -
Configuration menu - View commit details
-
Copy full SHA for be2fc24 - Browse repository at this point
Copy the full SHA be2fc24View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8df0c2 - Browse repository at this point
Copy the full SHA b8df0c2View commit details
Commits on Jul 29, 2023
-
feat: extends memoize to ahocorasick and allow impl for tinygo but no…
…t synced as no concurrency.
Configuration menu - View commit details
-
Copy full SHA for 73be18c - Browse repository at this point
Copy the full SHA 73be18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d43a91f - Browse repository at this point
Copy the full SHA d43a91fView commit details
Commits on Aug 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62043be - Browse repository at this point
Copy the full SHA 62043beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed990b - Browse repository at this point
Copy the full SHA 3ed990bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d52562 - Browse repository at this point
Copy the full SHA 8d52562View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.