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

Improve blake2b on arm performace #83

Open
shemnon opened this issue Sep 21, 2022 · 0 comments
Open

Improve blake2b on arm performace #83

shemnon opened this issue Sep 21, 2022 · 0 comments

Comments

@shemnon
Copy link
Contributor

shemnon commented Sep 21, 2022

Based on reference testing benchmarking the blake2b native code for ARM performs worse than the jave code running on arm. For this reason those forks of the build have been disabled.

We should try and use arm64 native means to improve the performance (be it compilers or custom vetor code fro arm silicon) and then re-enable the fork.

For darwin the gold standard are M1 and M2 macs.
For Linux ... ??? ... graviton instances?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant