const runtime.minTopHash
8 uses
runtime (current package)
map.go#L97: minTopHash = 5 // minimum tophash for a normal filled cell.
map.go#L196: if top < minTopHash {
map.go#L197: top += minTopHash
map.go#L204: return h > emptyOne && h < minTopHash
map.go#L1169: if top < minTopHash {
map_fast32.go#L405: if top < minTopHash {
map_fast64.go#L407: if top < minTopHash {
map_faststr.go#L430: if top < minTopHash {
![]() |
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. |