-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Would it make sense to have comparative benchmarks against other digests? #37
Comments
Interesting idea. I guess it could show that |
Right. Though as md5 is not secure anymore, that should be fine. I tried to just add |
The simple lookup table algorithm used in digest-crc is not very fast for modern general-purpose processors. For information:
My crc-turbo uses the "Slicing by 16" variant, but the zlib 🤔 I may write an acceleration patch for digest-crc. |
Would it make sense to have benchmarks for one or a few of the ruby built in digests as well, so that there is some ballpark comparison number?
The text was updated successfully, but these errors were encountered: