-
Notifications
You must be signed in to change notification settings - Fork 193
Base64 faster encode #1157
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
Base64 faster encode #1157
Conversation
|
To analyze performance, we look at the fastest runs, as we can assume that CPU cycles that were not related to the base64 job were minimal in these situations. This allows us to make the most accurate comparisons.
I think that looks good! |
d718dd1
to
2f972ee
Compare
@swift-ci please test |
759270a
to
62ac311
Compare
@swift-ci please test |
62ac311
to
a271f97
Compare
@swift-ci please test |
This pr should be rebased after #1155 has landed.
I'll post benchmark comparisons soon.