]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/maps: speed up modulo
authorMichael Pratt <mpratt@google.com>
Mon, 12 Aug 2024 20:38:58 +0000 (16:38 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 28 Oct 2024 20:35:22 +0000 (20:35 +0000)
commitbb46b754bebb0e820d74fd9eb02635afbdf5a3bd
tree9915f3daff04cd7a75138d510f8d8187d2f7b6e7
parentefa43c57b109582d602eeb9b5fb690d38e4cf9aa
internal/runtime/maps: speed up modulo

For #54766.

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest-swissmap
Change-Id: Ic47721e101f6fee650e6825a5a241fcd12fa0009
Reviewed-on: https://go-review.googlesource.com/c/go/+/611185
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/internal/runtime/maps/table.go