aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/map_fast64.go
AgeCommit message (Expand)Author
2020-09-30runtime: code cleanup about mapmengxiaodong
2020-09-07runtime: rotate map key seed on clearing up mapsCuong Manh Le
2020-08-17runtime: avoid memclr call for keys in mapdelete_fastMartin Möhrmann
2019-09-03cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall
2019-04-30all: refer to map elements as elements instead of valuesJosh Bleecher Snyder
2019-03-25runtime: remove kindNoPointersKeith Randall
2018-11-13runtime: during map delete, update entries after new last elementKeith Randall
2018-10-31runtime: exit early when scanning map bucketsKeith Randall
2018-08-22runtime: catch concurrent stacks more oftenZachary Amsden
2018-06-26cmd/compile: map delete should clear value alwaysVladimir Kuzmin
2018-02-17runtime: move map fast functions into type specific filesMartin Möhrmann