-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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 builtinJSONRemoveSig
#14074
expression: implement vectorized evaluation for builtinJSONRemoveSig
#14074
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14074 +/- ##
===========================================
Coverage ? 80.1532%
===========================================
Files ? 483
Lines ? 121274
Branches ? 0
===========================================
Hits ? 97205
Misses ? 16312
Partials ? 7757 |
Why the vectorized-implementation is slower than the non-vec implementation? |
maybe my computer have some problem at that time for running benchmark.
pls review again |
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
Your auto merge job has been accepted, waiting for 14090 |
/run-all-tests |
@shihongzhi merge failed. |
/run-unit-test |
What problem does this PR solve?
implement vectorized evaluation for builtinJSONRemoveSig , for #12104
What is changed and how it works?
Check List
Tests