aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/map_benchmark_test.go
AgeCommit message (Expand)Author
2020-08-17all: add empty line between copyright header and package clauseTobias Klauser
2020-04-09cmd/compile: do not allocate bucket for non-escaping mapCuong Manh Le
2019-09-08all: fix typosAinar Garipov
2019-09-03cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall
2018-10-31runtime: exit early when scanning map bucketsKeith Randall
2018-10-23runtime: use multiplication with overflow check for makemapMartin Möhrmann
2018-10-15cmd/compile: avoid string allocations when map key is struct or array literalMartin Möhrmann
2018-05-08cmd/compile: optimize map-clearing range idiomMartin Möhrmann
2018-02-17runtime: rename map implementation and test files to use a common prefixMartin Möhrmann