multiformats/go-multihash

Faster blake3

Opened this issue · 0 comments

Current impl lacks NEON, and the first party implementation is faster.
I want to use https://github.com/minio/asm2plan9s or implement all the required missing instruction in go's dissassembler so we can translate the first party impl into go asm.