-
Notifications
You must be signed in to change notification settings - Fork 190
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
Remove our base64
implementation in favour of base64-simd
#1938
Conversation
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, in the future please split out MSRV upgrade PRs in case they need to get reverted
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
Motivation and Context
Fixes (#1277), that is, the following protocol tests now pass:
Description
base64-simd
requires Rust 1.62.1 to build, so I had to upgrade it here.Performance
base64-simd
is around 30% to 500% faster than our previous hand-rolled implementation (on my M1 MBP at least).By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.