]> Cypherpunks repositories - gostls13.git/commit
runtime: use constants for map string key size
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 7 Jun 2017 18:42:36 +0000 (11:42 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 8 Aug 2017 19:50:13 +0000 (19:50 +0000)
commitdabc361847f1daa8dee430fc6cf29c52e6f644cc
treed3185e2ecface39ffbb79d35615480f30c6c7e3e
parenta35377515f6a232305a52f89c164d2782951bc11
runtime: use constants for map string key size

It appears that this was just missed
by accident in the original implementation.

Change-Id: Id87147bcb7a685d624eac7034342a305ad644e7a
Reviewed-on: https://go-review.googlesource.com/53891
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Avelino <t@avelino.xxx>
src/runtime/hashmap_fast.go