func github.com/dgryski/go-rendezvous.xorshiftMult64
3 uses
github.com/dgryski/go-rendezvous (current package)
rdv.go#L38: var mhash = xorshiftMult64(khash ^ r.nhash[0])
rdv.go#L41: if h := xorshiftMult64(khash ^ nhash); h > mhash {
rdv.go#L74: func xorshiftMult64(x uint64) uint64 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |