aboutsummaryrefslogtreecommitdiff
path: root/src/internal/runtime/maps/runtime.go
AgeCommit message (Expand)Author
2026-02-02internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...ArsenySamoylov
2025-08-11internal/runtime/maps: loop invariant code motion with h2(hash) by handcuiweixie
2025-07-30all: remove redundant Swiss prefixesMichael Pratt
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2024-10-30cmd/compile,runtime: add indirect key/elem to swissmapMichael Pratt
2024-10-30internal/runtime/maps: proper capacity hint handlingMichael Pratt
2024-10-08internal/runtime/maps: initial swiss table map implementationMichael Pratt