Skip to content
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 builtinInsertBinarySig #13556

Merged
merged 3 commits into from
Nov 19, 2019

Conversation

icditwang
Copy link
Contributor

@icditwang icditwang commented Nov 18, 2019

PCP #12106

What problem does this PR solve?

implement vectorized evaluation for builtinInsertBinarySig

What is changed and how it works?

BenchmarkVectorizedBuiltinStringFunc/builtinInsertBinarySig-VecBuiltinFunc-8         	   83178	     15228 ns/op	       0 B/op	       0 allocs/op
BenchmarkVectorizedBuiltinStringFunc/builtinInsertBinarySig-NonVecBuiltinFunc-8      	   18180	     63611 ns/op	       0 B/op	       0 allocs/op

Check List

Tests

  • Unit test

@icditwang icditwang requested a review from a team as a code owner November 18, 2019 14:20
@sre-bot
Copy link
Contributor

sre-bot commented Nov 18, 2019

Thanks for your contribution. If your PR get merged, you will be rewarded 50 points.

@sre-bot sre-bot added the contribution This PR is from a community contributor. label Nov 18, 2019
@ghost ghost requested review from qw4990 and SunRunAway and removed request for a team November 18, 2019 14:20
@codecov
Copy link

codecov bot commented Nov 18, 2019

Codecov Report

Merging #13556 into master will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             master     #13556   +/-   ##
===========================================
  Coverage   80.0322%   80.0322%           
===========================================
  Files           472        472           
  Lines        115922     115922           
===========================================
  Hits          92775      92775           
  Misses        15875      15875           
  Partials       7272       7272

expression/builtin_string_vec.go Outdated Show resolved Hide resolved
expression/builtin_string_vec.go Outdated Show resolved Hide resolved
@SunRunAway SunRunAway added status/LGT1 Indicates that a PR has LGTM 1. and removed status/ReqChange labels Nov 19, 2019
Copy link
Contributor

@SunRunAway SunRunAway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@qw4990 qw4990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@qw4990 qw4990 added status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Nov 19, 2019
@sre-bot
Copy link
Contributor

sre-bot commented Nov 19, 2019

/run-all-tests

@sre-bot sre-bot merged commit 29070ff into pingcap:master Nov 19, 2019
@sre-bot
Copy link
Contributor

sre-bot commented Nov 19, 2019

@icditwang complete task #12106 and get 50 score, currerent score 350.

@icditwang icditwang deleted the builtinInsertBinarySig branch November 19, 2019 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/expression contribution This PR is from a community contributor. status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants