aboutsummaryrefslogtreecommitdiff
path: root/src/sync/map_test.go
AgeCommit message (Expand)Author
2025-07-28all: omit unnecessary type conversionsJes Cok
2025-02-14sync: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2024-11-18sync: make HashTrieMap[any, any] the default implementation of MapMichael Anthony Knyszek
2024-11-18sync: add HashTrieMap to Map tests and benchmarksMichael Anthony Knyszek
2024-02-01sync: add Map.ClearHiro
2023-11-20src: a/an grammar fixesVille Skyttä
2023-09-01sync: prevent (*Map).Range from always escapingMauri de Souza Meneguzzo
2022-11-15sync: add new Map method Swap, CompareAndSwap, CompareAndDeleteChangkun Ou
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11sync: clarify the validity to call Map methods inside RangeChangkun Ou
2020-08-24sync: delete dirty keys inside Map.LoadAndDeleteChangkun Ou
2020-02-25sync: add new Map method LoadAndDeleteChangkun Ou
2017-04-30sync: really test DeepCopyMapIngo Oeser
2017-04-26sync: import Map from x/sync/syncmapBryan C. Mills