aboutsummaryrefslogtreecommitdiff
path: root/src/internal/runtime/maps/map_test.go
AgeCommit message (Expand)Author
2025-07-30all: remove redundant Swiss prefixesMichael Pratt
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-04-18internal/runtime/maps: move tombstone test to swiss fileMichael Pratt
2025-04-17internal/runtime/maps: prune tombstones in maps before growingKeith Randall
2024-11-17internal/runtime/maps: eliminate a load from the hot pathKeith Randall
2024-10-30cmd/compile,runtime: add indirect key/elem to swissmapMichael Pratt
2024-10-29internal/runtime/maps: remove type fieldsMichael Pratt
2024-10-28internal/runtime/maps: small maps point directly to a groupMichael Pratt
2024-10-28internal/runtime/maps: reuse deleted slots on insertMichael Pratt
2024-10-21cmd/compile,internal/runtime/maps: add extendible hashingMichael Pratt
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-10-08internal/runtime/maps: initial swiss table map implementationMichael Pratt