Skip to content
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

Optimize regexp compilations #80

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Optimize regexp compilations #80

merged 2 commits into from
Oct 5, 2023

Conversation

tomMoulard
Copy link
Owner

URLRegexps are now compiled in the New() func instead of in the ServeHTTP() func which should also improve performances

@tomMoulard tomMoulard added the kind/enhancement New feature or request label Oct 5, 2023
@tomMoulard tomMoulard merged commit 46c5b4c into main Oct 5, 2023
6 checks passed
@tomMoulard tomMoulard deleted the feat/urlregexp branch October 5, 2023 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant