-
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 builtinCotSig #12231
Conversation
expression: implement vectorized evaluation for builtinAsinSig (pingcap#12222)
Codecov Report
@@ Coverage Diff @@
## master #12231 +/- ##
===========================================
Coverage 81.1128% 81.1128%
===========================================
Files 454 454
Lines 98808 98808
===========================================
Hits 80146 80146
Misses 12883 12883
Partials 5779 5779 |
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
please merge master branch and resolve conflicts.
/run-unit-test |
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
Please the resolve conflicts
Your auto merge job has been accepted, waiting for 12153 |
What problem does this PR solve?
implement vectorized evaluation for builtinCotSig, for #12105
What is changed and how it works?
according to benchmark, about 2 times faster than before:
Check List
Tests