-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
expression: implement vectorized evaluation for builtinIsIPv4Sig #12269
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12269 +/- ##
===========================================
Coverage 81.1037% 81.1037%
===========================================
Files 454 454
Lines 99210 99210
===========================================
Hits 80463 80463
Misses 12937 12937
Partials 5810 5810 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
@k-ye merge failed. |
/rebuild |
Sorry for keep being blocked. I feel like it was because after #12291 , we need to explicitly specify the parameter names when constructing |
/merge |
/run-all-tests |
What problem does this PR solve?
Implement vectorized evaluation for
builtinIsIPv4Sig
for #12103.What is changed and how it works?
According to benchmark, about 3 times faster than before:
Check List
Tests