We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
With simd supported in assembly script, we can use it to hash multiple inputs in parallel, especially the digest64() method
digest64()
Describe the solution you'd like
Use simd instruction in assembly script, we can hash 4 different inputs at the same time which is respective to v128 data structure
Additional context
A POC is available in tuyen/digest_64_simd branch. Benchmark result:
tuyen/digest_64_simd
The text was updated successfully, but these errors were encountered:
twoeths
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
With simd supported in assembly script, we can use it to hash multiple inputs in parallel, especially the
digest64()
methodDescribe the solution you'd like
Use simd instruction in assembly script, we can hash 4 different inputs at the same time which is respective to v128 data structure
Additional context
A POC is available in
tuyen/digest_64_simd
branch. Benchmark result:The text was updated successfully, but these errors were encountered: