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
/
table.go
Age
Commit message (
Expand
)
Author
2026-03-24
internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order
Jake Bailey
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-07-30
all: remove redundant Swiss prefixes
Michael Pratt
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-17
internal/runtime/maps: prune tombstones in maps before growing
Keith Randall
2025-03-27
maps: implement faster clone
Keith Randall
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-18
internal/runtime/maps: don't copy indirect key/elem when growing maps
Keith Randall
2024-11-17
runtime/internal/maps: remove entryMask
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-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: 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
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: avoid passing unused key return
Michael Pratt
2024-10-28
internal/runtime/maps: small maps point directly to a group
Michael Pratt
2024-10-28
internal/runtime/maps: speed up modulo
Michael Pratt
2024-10-28
internal/runtime/maps: reuse deleted slots on insert
Michael Pratt
2024-10-28
internal/runtime/maps: merge Iter.groupIdx and Iter.slotIdx
Michael Pratt
2024-10-21
cmd/compile,internal/runtime/maps: add extendible hashing
Michael Pratt
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-10-08
internal/runtime/maps: initial swiss table map implementation
Michael Pratt