You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that on my system (Arch Linux, Intel i5-4590), sha1sum is substantially faster than b2sum, even when b2sum is compiled directly from that repo with -march=native. I think that's because sha1sum is linking against OpenSSL's SHA1 implementation, which uses AVX2. Is that right?
The text was updated successfully, but these errors were encountered:
I agree that this should happen at some point, I've just been occupied with other things..
Ideally getting all these fast implementations into OpenSSL would be the way to go, would make maintaining a separate library with its own ISA detection unnecessary.
Are there any plans to incorporate this version into the official BLAKE2 implementation?
I've noticed that on my system (Arch Linux, Intel i5-4590),
sha1sum
is substantially faster thanb2sum
, even whenb2sum
is compiled directly from that repo with-march=native
. I think that's becausesha1sum
is linking against OpenSSL's SHA1 implementation, which uses AVX2. Is that right?The text was updated successfully, but these errors were encountered: