github.com/dgryski/go-rendezvous.Rendezvous.nhash (field)
11 uses
github.com/dgryski/go-rendezvous (current package)
rdv.go#L6: nhash []uint64
rdv.go#L16: nhash: make([]uint64, len(nodes)),
rdv.go#L23: r.nhash[i] = hash(n)
rdv.go#L38: var mhash = xorshiftMult64(khash ^ r.nhash[0])
rdv.go#L40: for i, nhash := range r.nhash[1:] {
rdv.go#L53: r.nhash = append(r.nhash, r.hash(node))
rdv.go#L65: r.nhash[nidx] = r.nhash[l]
rdv.go#L66: r.nhash = r.nhash[:l]
![]() |
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. |