index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
map_benchmark_test.go
Age
Commit message (
Expand
)
Author
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-04-22
runtime, internal/runtime/maps: speed-up empty/zero map lookups
Mateusz Poliwczak
2025-03-30
internal/runtime/maps: speed up small map lookups ~1.7x for unpredictable keys
thepudds
2024-11-18
runtime: fix MapCycle test
Keith Randall
2024-11-17
internal/runtime/maps: simplify small group lookup
Keith Randall
2024-11-17
runtime/internal/maps: optimize long string keys for small maps
Keith Randall
2024-11-13
runtime: add benchmark of iteration over map with low load
Michael Pratt
2024-11-11
internal/runtime/maps: don't hash twice when deleting
Keith Randall
2024-10-29
runtime: skip most map benchmark combinations by default
Michael Pratt
2024-10-21
cmd/compile,internal/runtime/maps: add extendible hashing
Michael Pratt
2024-10-18
runtime: more thorough map benchmarks
Michael Pratt
2023-08-09
runtime: improve performance of empty map with interface key type
cuiweixie
2023-07-27
all: use built-in clear to clear maps
Jes Cok
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-08-17
all: add empty line between copyright header and package clause
Tobias Klauser
2020-04-09
cmd/compile: do not allocate bucket for non-escaping map
Cuong Manh Le
2019-09-08
all: fix typos
Ainar Garipov
2019-09-03
cmd/compile,runtime: generate hash functions only for types which are map keys
Keith Randall
2018-10-31
runtime: exit early when scanning map buckets
Keith Randall
2018-10-23
runtime: use multiplication with overflow check for makemap
Martin Möhrmann
2018-10-15
cmd/compile: avoid string allocations when map key is struct or array literal
Martin Möhrmann
2018-05-08
cmd/compile: optimize map-clearing range idiom
Martin Möhrmann
2018-02-17
runtime: rename map implementation and test files to use a common prefix
Martin Möhrmann