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
Age
Commit message (
Expand
)
Author
2026-02-02
internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...
ArsenySamoylov
2025-12-05
internal/runtime/maps: clarify probeSeq doc comment
Nick Ripley
2025-11-17
internal/runtime/maps: update doc for table.Clear
Jes Cok
2025-10-24
runtime: use 32-bit hash for maps on Wasm
Cherry Mui
2025-10-17
all: correct name for comments
Jes Cok
2025-09-10
internal/runtime/maps: remove redundant package docs
xieyuschen
2025-09-10
runtime/internal/maps: only conditionally clear groups when sparse
Keith Randall
2025-09-10
internal/runtime/maps: speed up Clear
Keith Randall
2025-08-15
internal/runtime: cleaner overflow checker
cuiweixie
2025-08-11
internal/runtime/maps: loop invariant code motion with h2(hash) by hand
cuiweixie
2025-08-08
internal/runtime/maps: remove unused var bitsetDeleted
cuiweixie
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-07-15
runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)
dyma solovei
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-04-18
internal/runtime/maps: move tombstone test to swiss file
Michael Pratt
2025-04-17
internal/runtime/maps: prune tombstones in maps before growing
Keith Randall
2025-04-08
internal/runtime/maps: pass proper func PC to race.WritePC/race.ReadPC
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
2025-02-16
runtime/maps: fix typo in group.go comment (H1 -> H2)
Artyom Litovets
2025-01-14
internal/runtime/maps: re-enable some tests
Keith Randall
2024-12-21
cmd/compile: load map length with the right type
Cherry Mui
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-20
cmd/compile: intrinsify swissmap match calls with SIMD on amd64
Michael Pratt
2024-11-19
internal/runtime/maps: hash copy of key instead of key itself
Keith Randall
2024-11-19
internal/runtime/maps: assume constant elem offset with int64 and string keys
Keith Randall
2024-11-19
internal/runtime/maps: use simpler calculation for slot element
Keith Randall
2024-11-18
internal/runtime/maps: don't copy indirect key/elem when growing maps
Keith Randall
2024-11-18
internal/runtime/maps: fix noswiss builder
khr@golang.org
2024-11-17
runtime/internal/maps: remove entryMask
Keith Randall
2024-11-17
internal/runtime/maps: simplify small group lookup
Keith Randall
2024-11-17
internal/runtime/maps: eliminate a load from the hot path
Keith Randall
2024-11-17
runtime/internal/maps: optimize long string keys for small maps
Keith Randall
2024-11-13
internal/runtime/maps: use match to skip non-full slots in iteration
Michael Pratt
2024-11-11
internal/runtime/maps: don't hash twice when deleting
Keith Randall
2024-11-11
internal/runtime/maps: get rid of a few obsolete TODOs
Keith Randall
2024-11-01
internal/runtime/maps: return after fatal to help register allocator
khr@golang.org
2024-11-01
internal/runtime/maps: clean up put slot calls
khr@golang.org
2024-11-01
internal/runtime/maps: use matchEmptyOrDeleted instead of matchEmpty
khr@golang.org
2024-11-01
internal/runtime/maps: removed unused convertNonFullToEmptyAndFullToDeleted
Keith Randall
2024-11-01
internal/runtime/maps: simplify emptyOrDeleted condition
Keith Randall
2024-10-30
cmd/compile,internal/runtime/maps: stack allocated maps and small alloc
Michael Pratt
2024-10-30
internal/runtime/maps: store group across Iter.Next calls
Michael Pratt
2024-10-30
internal/runtime/maps: avoid table lookup on most Iter.Next calls
Michael Pratt
2024-10-30
internal/runtime/maps: optimize small map lookups with int keys
Michael Pratt
2024-10-30
internal/runtime/maps: use uintptr instead of uint32 for index in group
Michael Pratt
[next]