]> Cypherpunks repositories - gostls13.git/commit
runtime: map iterators: always use intrabucket randomess
authorKeith Randall <khr@golang.org>
Tue, 9 Sep 2014 21:22:58 +0000 (14:22 -0700)
committerKeith Randall <khr@golang.org>
Tue, 9 Sep 2014 21:22:58 +0000 (14:22 -0700)
commit251daf8650218ee2fce297280016e696d859f780
treeb6fe87b922094e4a57429cd6d0dc39b3fe5dacac
parentf9829e92e196cdae33e256dd82c690c7beba76ed
runtime: map iterators: always use intrabucket randomess

Fixes #8688

LGTM=rsc
R=golang-codereviews, bradfitz, rsc, khr
CC=golang-codereviews
https://golang.org/cl/135660043
src/runtime/hashmap.go
src/runtime/map_test.go