minio / sha256-simd

Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performance boost of close to 4x over native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please version sha256-simd

aviau opened this issue · comments

Hello,

Could you please tag this repository?

I am the Debian Maintainer for this project and tags would help Debian keep up with new releases/bugfixes.

See:

@aviau optimized changes are part of upstream https://golang.org/pkg/crypto/sha256/ i am not sure if packaging is needed for this anymore.

Hmm, really? Since when, in 1.8? That worries me given #6...

Hmm, really? Since when, in 1.8? That worries me given #6...

It is already present since go 1.7 AFAIK.

Certainly not. The optimizations in this package are vastly superior to Go 1.7 stdlib. Current Go 1.8 branch has no arm64 assembly version.

Certainly not. The optimizations in this package are vastly superior to Go 1.7 stdlib. Current Go 1.8 branch has no arm64 assembly version.

Oh yes that is true, our plan is to eventually get them upstream.

Now back to semver question we are not planning to do that projects depending on this vendorize and go tools are perfectly capable of picking things up.

Feel free to choose a version @aviau for debian packaging.