summaryrefslogtreecommitdiff
path: root/src/runtime/map_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: map delete should clear value alwaysVladimir Kuzmin2018-06-261-5/+91
* runtime: remove hmap field from maptypesMartin Möhrmann2018-05-061-0/+12
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-041-5/+5
* cmd/compile: avoid mapaccess at m[k]=append(m[k]..Vladimir Kuzmin2018-03-201-0/+58
* cmd/compile: avoid extra mapaccess in "m[k] op= r"Vladimir Kuzmin2018-03-121-13/+92
* cmd/compile: fix miscompilation of "defer delete(m, k)"Matthew Dempsky2018-03-061-0/+21
* runtime: rename map implementation and test files to use a common prefixMartin Möhrmann2018-02-171-1/+1
* cmd/compile: specialize map creation for small hint sizesMartin Möhrmann2017-11-021-20/+119
* runtime: shorten tests in all.bashRuss Cox2017-10-311-1/+1
* runtime: more reliable mapdelete benchmarkHugues Bruant2017-10-211-22/+36
* cmd/compile: preserve escape information for map literalsMartin Möhrmann2017-09-111-0/+7
* cmd/compile: avoid stack allocation of a map bucket for large constant hintsMartin Möhrmann2017-09-061-1/+18
* runtime: fix hashmap load factor computationKeith Randall2017-09-021-0/+29
* runtime: make map deletion benchmarks faster to runJosh Bleecher Snyder2017-08-141-3/+3
* runtime: don't panic for bad size hint in hashmapFilip Gruszczynski2017-05-021-0/+8
* runtime: add mapdelete_fast*Hugues Bruant2017-03-211-13/+63
* runtime: add mapassign_fast*Hugues Bruant2017-03-131-0/+34
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-0/+1
* cmd/compile: change the way we handle large map valuesKeith Randall2016-04-201-0/+16
* cmd/gc: fix noscan mapsDmitry Vyukov2015-02-151-0/+55
* cmd/gc: allocate non-escaping maps on stackDmitry Vyukov2015-02-121-0/+10
* runtime: try harder to get different iteration orders.Keith Randall2014-09-151-2/+3
* runtime: test iteration order of sparse mapsJosh Bleecher Snyder2014-09-121-0/+35
* runtime: map iterators: always use intrabucket randomessKeith Randall2014-09-091-20/+23
* runtime: on bigger maps, start iterator at a random bucket.Keith Randall2014-09-081-0/+21
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+477