Closed virusdefender closed 2 years ago
[REVIEW NOTIFICATION]
This pull request has not been approved.
To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer
in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer
in the comment to help you merge this pull request.
The full list of commands accepted by this bot can be found here.
Welcome @virusdefender!
It looks like this is your first PR to pingcap/parser 🎉.
I'm the bot to help you request reviewers, add labels and more, See available commands.
We want to make sure your contribution gets all the attention it needs!
Thank you, and welcome to pingcap/parser. :smiley:
/cc @3pointer
@virusdefender: GitHub didn't allow me to request PR reviews from the following users: reviewer.
Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs.
Hi @virusdefender, thanks for your contribution!
This repo has been moved to https://github.com/pingcap/tidb/tree/master/parser. Could you please file a PR to https://github.com/pingcap/tidb instead?
Improve caching_sha2 speed
What is changed and how it works?
the
Sum
method inHash
interface will copy the hash objecthttps://cs.opensource.google/go/go/+/refs/tags/go1.18.3:src/crypto/sha256/sha256.go;l=207
it will make lots of hash object in the iteration loop
for i = 0; i < iterations; i++
Check List
Tests