1. 1d4bfb3 cmd/gc: don't call memequal twice in generated type.eq routines by Josh Bleecher Snyder · 10 years ago
  2. b3be360 cmd/gc: allocate non-escaping maps on stack by Dmitry Vyukov · 10 years ago
  3. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/mapspeed_test.go]
  4. 8a23c00 src, misc: applied gofmt -s -w by Robert Griesemer · 11 years ago
  5. b39e2a0 src, misc: applied gofmt -w -s by Robert Griesemer · 11 years ago
  6. 3278dc1 runtime: pass key/value to map accessors by reference, not by value. by Keith Randall · 11 years ago
  7. a696ae5 runtime: optimize some hash lookups. by Keith Randall · 12 years ago
  8. 7b9df09 runtime: faster range on empty map by Frederick Kelly Mayle III · 12 years ago
  9. ee66972 runtime: Optimize aeshash a bit. Use a better predicted branch by Keith Randall · 12 years ago
  10. 3b09ac5 runtime: new map tests and benchmarks by Brad Fitzpatrick · 12 years ago
  11. 3d5daa2 runtime: Implement faster equals for strings and bytes. by Keith Randall · 12 years ago
  12. ecdcec1 runtime: additional map benchmarks for repeated lookups by Brad Fitzpatrick · 12 years ago
  13. 00224a3 runtime: faster hashmap implementation. by Keith Randall · 12 years ago
  14. a5d4024 runtime: faster & safer hash function by Keith Randall · 12 years ago