aboutsummaryrefslogtreecommitdiff
path: root/src/internal/runtime/maps/group.go
AgeCommit message (Expand)Author
2025-07-15runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)dyma solovei
2025-04-17internal/runtime/maps: prune tombstones in maps before growingKeith Randall
2025-03-27maps: implement faster cloneKeith Randall
2025-02-16runtime/maps: fix typo in group.go comment (H1 -> H2)Artyom Litovets
2024-11-20cmd/compile: intrinsify swissmap match calls with SIMD on amd64Michael Pratt
2024-11-17runtime/internal/maps: remove entryMaskKeith Randall
2024-11-17internal/runtime/maps: eliminate a load from the hot pathKeith Randall
2024-11-13internal/runtime/maps: use match to skip non-full slots in iterationMichael Pratt
2024-11-01internal/runtime/maps: removed unused convertNonFullToEmptyAndFullToDeletedKeith Randall
2024-11-01internal/runtime/maps: simplify emptyOrDeleted conditionKeith Randall
2024-10-30internal/runtime/maps: use uintptr instead of uint32 for index in groupMichael Pratt
2024-10-29internal/runtime/maps: remove type fieldsMichael Pratt
2024-10-28internal/runtime/maps: merge Iter.groupIdx and Iter.slotIdxMichael Pratt
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-10-09internal/runtime/maps: support big endian architecturesMichael Pratt
2024-10-08internal/runtime/maps: initial swiss table map implementationMichael Pratt