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_test.go
Age
Commit message (
Expand
)
Author
2025-07-30
all: remove redundant Swiss prefixes
Michael Pratt
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2025-01-14
internal/runtime/maps: re-enable some tests
Keith Randall
2024-11-13
internal/runtime/maps: use match to skip non-full slots in iteration
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
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-08-02
all: split old and swiss map abi and compiler integration
Michael Pratt
2024-07-25
runtime: use slices and maps to clean up tests
apocelipes
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-04-19
runtime: use bootstrapRand to initialize hashkey
Michael Pratt
2023-10-14
runtime: use real type size in map keys and values functions
Ian Lance Taylor
2023-10-09
map: use correct load factor for deciding when to grow
Keith Randall
2023-08-09
runtime: improve performance of empty map with interface key type
cuiweixie
2023-01-23
internal/abi,runtime: refactor map constants into one place
David Chase
2022-04-28
runtime: clean up escaping in tests
Austin Clements
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-02
runtime: constify a test variable
Carlo Alberto Ferraris
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2020-08-17
runtime: avoid memclr call for keys in mapdelete_fast
Martin Möhrmann
2019-09-09
src: gofmt -s
Ainar Garipov
2019-09-03
cmd/compile,runtime: generate hash functions only for types which are map keys
Keith Randall
2018-11-13
runtime: during map delete, update entries after new last element
Keith Randall
2018-11-11
runtime: gofmt all improperly formatted code
Michael Anthony Knyszek
2018-06-26
cmd/compile: map delete should clear value always
Vladimir Kuzmin
2018-05-06
runtime: remove hmap field from maptypes
Martin Möhrmann
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2018-03-20
cmd/compile: avoid mapaccess at m[k]=append(m[k]..
Vladimir Kuzmin
2018-03-12
cmd/compile: avoid extra mapaccess in "m[k] op= r"
Vladimir Kuzmin
2018-03-06
cmd/compile: fix miscompilation of "defer delete(m, k)"
Matthew Dempsky
2018-02-17
runtime: rename map implementation and test files to use a common prefix
Martin Möhrmann
2017-11-02
cmd/compile: specialize map creation for small hint sizes
Martin Möhrmann
2017-10-31
runtime: shorten tests in all.bash
Russ Cox
2017-10-21
runtime: more reliable mapdelete benchmark
Hugues Bruant
2017-09-11
cmd/compile: preserve escape information for map literals
Martin Möhrmann
2017-09-06
cmd/compile: avoid stack allocation of a map bucket for large constant hints
Martin Möhrmann
2017-09-02
runtime: fix hashmap load factor computation
Keith Randall
2017-08-14
runtime: make map deletion benchmarks faster to run
Josh Bleecher Snyder
2017-05-02
runtime: don't panic for bad size hint in hashmap
Filip Gruszczynski
2017-03-21
runtime: add mapdelete_fast*
Hugues Bruant
2017-03-13
runtime: add mapassign_fast*
Hugues Bruant
2016-11-04
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-04-20
cmd/compile: change the way we handle large map values
Keith Randall
2015-02-15
cmd/gc: fix noscan maps
Dmitry Vyukov
2015-02-12
cmd/gc: allocate non-escaping maps on stack
Dmitry Vyukov
2014-09-15
runtime: try harder to get different iteration orders.
Keith Randall
2014-09-12
runtime: test iteration order of sparse maps
Josh Bleecher Snyder
[next]