-
Notifications
You must be signed in to change notification settings - Fork 867
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
Improve regex related kernels by upto 85% #3192
Conversation
Like kernel improvements
Regex improvements
|
Nice catch @psvri ! |
Benchmark runs are scheduled for baseline = cbe5af0 and contender = 14e6212. 14e6212 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
NA
Rationale for this change
Improves regex related kernels by a lot.
What changes are included in this PR?
The regex crate was complied without the perf flag. Due to this we were missing a lot of performance.
It seems to be an unintended side effect of #1876 .
Are there any user-facing changes?
No