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
/
internal
/
runtime
/
maps
/
map.go
Age
Commit message (
Expand
)
Author
2025-10-24
runtime: use 32-bit hash for maps on Wasm
Cherry Mui
2025-07-30
all: remove redundant Swiss prefixes
Michael Pratt
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2025-07-28
internal/runtime/maps: fix spelling errors in comments
Ruihua Wen
2025-05-07
internal/runtime/maps: make clear also erase tombstones
khr@golang.org
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
2025-03-27
maps: implement faster clone
Keith Randall
2024-12-21
cmd/compile: load map length with the right type
Cherry Mui
2024-11-18
internal/runtime/maps: don't copy indirect key/elem when growing maps
Keith Randall
2024-11-17
internal/runtime/maps: eliminate a load from the hot path
Keith Randall
2024-11-11
internal/runtime/maps: don't hash twice when deleting
Keith Randall
2024-11-01
internal/runtime/maps: return after fatal to help register allocator
khr@golang.org
2024-11-01
internal/runtime/maps: use matchEmptyOrDeleted instead of matchEmpty
khr@golang.org
2024-10-30
cmd/compile,internal/runtime/maps: stack allocated maps and small alloc
Michael Pratt
2024-10-30
internal/runtime/maps: use uintptr instead of uint32 for index in group
Michael Pratt
2024-10-30
internal/runtime/maps: cleanup seed usage
Michael Pratt
2024-10-30
runtime,internal/runtime/maps: specialized swissmaps
Michael Pratt
2024-10-30
cmd/compile,runtime: add indirect key/elem to swissmap
Michael Pratt
2024-10-30
runtime: add concurrent write checks to swissmap
Michael Pratt
2024-10-30
internal/runtime/maps: proper capacity hint handling
Michael Pratt
2024-10-29
internal/runtime/maps: remove type fields
Michael Pratt
2024-10-28
internal/runtime/maps: shift optimizations
Michael Pratt
2024-10-28
internal/runtime/maps: avoid passing unused key return
Michael Pratt
2024-10-28
internal/runtime/maps: linear scan of small map
Michael Pratt
2024-10-28
internal/runtime/maps: small maps point directly to a group
Michael Pratt
2024-10-28
internal/runtime/maps: reuse deleted slots on insert
Michael Pratt
2024-10-21
cmd/compile,internal/runtime/maps: add extendible hashing
Michael Pratt
2024-10-08
internal/runtime/maps: initial swiss table map implementation
Michael Pratt