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

Investigate low performance on Apple M1 #8

Closed
brookman opened this issue Apr 17, 2024 · 2 comments
Closed

Investigate low performance on Apple M1 #8

brookman opened this issue Apr 17, 2024 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@brookman
Copy link
Owner

brookman commented Apr 17, 2024

On MacOS with M1 CPU encryption/decryption is currently 4x slower compared to an Intel CPU system. 250 MiB/s vs. 1 GiB/s

@brookman brookman added the enhancement New feature or request label Apr 17, 2024
@brookman brookman changed the title Improve M1+ performance Investigate bad performance on Apple M1 Apr 17, 2024
@brookman brookman changed the title Investigate bad performance on Apple M1 Investigate low performance on Apple M1 Apr 17, 2024
@brookman
Copy link
Owner Author

See: RustCrypto/AEADs#601

@brookman brookman added this to the 1.0.0 milestone Apr 25, 2024
@brookman
Copy link
Owner Author

brookman commented Apr 25, 2024

Thanks to enabling NEON on aarm64 it should now run faster on M1+ and mobile devices.

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

No branches or pull requests

1 participant