-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
cksum: small improvements, l10n #9532
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
base: main
Are you sure you want to change the base?
Conversation
|
GNU testsuite comparison: |
5461873 to
c6b9693
Compare
c6b9693 to
be080a2
Compare
CodSpeed Performance ReportMerging #9532 will degrade performances by 16.44%Comparing Summary
Benchmarks breakdown
Footnotes
|
|
GNU testsuite comparison: |
4e9151b to
086d610
Compare
|
GNU testsuite comparison: |
... to prevent a preemptive computation of the hex encoding.
086d610 to
c96ed79
Compare
to avoid decoding base64 and directly re-encoding it in hexadecimal
…-input filename print
c96ed79 to
dc8063d
Compare
|
GNU testsuite comparison: |
|
It looks like the localized messages I added add a significant overhead to many other tools :/ Not sure how to improve this. |
This MR brings a few changes to simplify and optimize some parts of the checksum computation
It depends on the #9511 MR