1. 52dadc1 cmd/gc: fix noscan maps by Dmitry Vyukov · 10 years ago
  2. b3be360 cmd/gc: allocate non-escaping maps on stack by Dmitry Vyukov · 10 years ago
  3. 1e4f86e runtime: try harder to get different iteration orders. by Keith Randall · 11 years ago
  4. d6cd230 runtime: test iteration order of sparse maps by Josh Bleecher Snyder · 11 years ago
  5. 251daf8 runtime: map iterators: always use intrabucket randomess by Keith Randall · 11 years ago
  6. 55c458e runtime: on bigger maps, start iterator at a random bucket. by Keith Randall · 11 years ago
  7. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/map_test.go]
  8. 8a23c00 src, misc: applied gofmt -s -w by Robert Griesemer · 11 years ago
  9. f5f5a8b cmd/gc, runtime: optimize map[string] lookup from []byte key by Russ Cox · 11 years ago
  10. 3be4d95 runtime: change map iteration randomization to use intra-bucket offset by Josh Bleecher Snyder · 11 years ago
  11. 8778760 runtime: increase attempt count for map iteration order test. by David Symonds · 11 years ago
  12. d4c66a3 runtime: add a test for randomised map iteration order. by David Symonds · 11 years ago
  13. 869368a runtime: fix bug in maps at the intersection of iterators, growing, and NaN keys by Keith Randall · 11 years ago
  14. e8018fb runtime: rewrite map size test by Russ Cox · 12 years ago
  15. 1794880 runtime: fix build on FreeBSD by Russ Cox · 12 years ago
  16. 4042b77 runtime: cut struct Hmap back to 48-byte allocation by Russ Cox · 12 years ago
  17. b6bfc92 runtime: fix race on hashmap flags field by Dmitriy Vyukov · 12 years ago
  18. 114f205 runtime: gofmt -s by Albert Strasheim · 12 years ago
  19. 3b09ac5 runtime: new map tests and benchmarks by Brad Fitzpatrick · 12 years ago
  20. 0e7144a runtime: make map reads multithreaded safe. by Keith Randall · 12 years ago
  21. d76f28f runtime: add concurrent map read test by Brad Fitzpatrick · 12 years ago
  22. 5b3ff61 runtime: allocate maps' first bucket table lazily by Brad Fitzpatrick · 12 years ago
  23. 00224a3 runtime: faster hashmap implementation. by Keith Randall · 12 years ago