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
/
group.go
Age
Commit message (
Expand
)
Author
2025-07-15
runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)
dyma solovei
2025-04-17
internal/runtime/maps: prune tombstones in maps before growing
Keith Randall
2025-03-27
maps: implement faster clone
Keith Randall
2025-02-16
runtime/maps: fix typo in group.go comment (H1 -> H2)
Artyom Litovets
2024-11-20
cmd/compile: intrinsify swissmap match calls with SIMD on amd64
Michael Pratt
2024-11-17
runtime/internal/maps: remove entryMask
Keith Randall
2024-11-17
internal/runtime/maps: eliminate a load from the hot path
Keith Randall
2024-11-13
internal/runtime/maps: use match to skip non-full slots in iteration
Michael Pratt
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
internal/runtime/maps: use uintptr instead of uint32 for index in group
Michael Pratt
2024-10-29
internal/runtime/maps: remove type fields
Michael Pratt
2024-10-28
internal/runtime/maps: merge Iter.groupIdx and Iter.slotIdx
Michael Pratt
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-10-09
internal/runtime/maps: support big endian architectures
Michael Pratt
2024-10-08
internal/runtime/maps: initial swiss table map implementation
Michael Pratt