-
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 builtinDegreesSig #12234
Conversation
expression: implement vectorized evaluation for builtinAsinSig (pingcap#12222)
Codecov Report
@@ Coverage Diff @@
## master #12234 +/- ##
===========================================
Coverage 81.0744% 81.0744%
===========================================
Files 454 454
Lines 98655 98655
===========================================
Hits 79984 79984
Misses 12897 12897
Partials 5774 5774 |
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
@jacklightChen merge failed. |
/run-unit-test |
/merge |
Your auto merge job has been accepted, waiting for 12249 |
/run-all-tests |
What problem does this PR solve?
implement vectorized evaluation for builtinDegreesSig, for #12105
What is changed and how it works?
according to benchmark, about 10 times faster than before:
Check List
Tests