aeshash
aeshash copied to clipboard
Aeshash is a fast hash function extracted from the Go runtime that uses the Intel AESENC instruction. Used by Go's map on Intel x86-64 architecture.
Results
1
aeshash issues
Sort by
recently updated
recently updated
newest added
Thanks for the work done, was just about pulling the hash code out of the go source myself =). But here we go: ``` github.com/tildeleb/aeshash: github.com/tildeleb/[email protected]: parsing go.mod: module declares...