| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | runtime: don't panic for bad size hint in hashmap | Filip Gruszczynski | 2017-05-02 | 1 | -0/+8 |
| * | runtime: add mapdelete_fast* | Hugues Bruant | 2017-03-21 | 1 | -13/+63 |
| * | runtime: add mapassign_fast* | Hugues Bruant | 2017-03-13 | 1 | -0/+34 |
| * | all: sprinkle t.Parallel on some slow tests | Brad Fitzpatrick | 2016-11-04 | 1 | -0/+1 |
| * | cmd/compile: change the way we handle large map values | Keith Randall | 2016-04-20 | 1 | -0/+16 |
| * | cmd/gc: fix noscan maps | Dmitry Vyukov | 2015-02-15 | 1 | -0/+55 |
| * | cmd/gc: allocate non-escaping maps on stack | Dmitry Vyukov | 2015-02-12 | 1 | -0/+10 |
| * | runtime: try harder to get different iteration orders. | Keith Randall | 2014-09-15 | 1 | -2/+3 |
| * | runtime: test iteration order of sparse maps | Josh Bleecher Snyder | 2014-09-12 | 1 | -0/+35 |
| * | runtime: map iterators: always use intrabucket randomess | Keith Randall | 2014-09-09 | 1 | -20/+23 |
| * | runtime: on bigger maps, start iterator at a random bucket. | Keith Randall | 2014-09-08 | 1 | -0/+21 |
| * | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+477 |
