Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use resize_with | kjeremy | 2020-03-31 | 1 | -2/+1 |
| | |||||
* | Do not call reserve since extend will handle it. | kjeremy | 2020-03-30 | 1 | -3/+0 |
| | | | | | `Take` implements `TrustedLen` so we are guaranteed that only one reserve call will be made. | ||||
* | Use more functional programming in ArenaMap::insert | kjeremy | 2020-03-30 | 1 | -5/+3 |
| | | | | I find this more readable and it flattens out the body a little. | ||||
* | Simplify Arena to use a generic index | Aleksey Kladov | 2020-03-19 | 1 | -16/+16 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -8/+2 |
| | |||||
* | simplify | Aleksey Kladov | 2019-01-25 | 1 | -0/+4 |
| | |||||
* | Introduce ArenaMap | Florian Diebold | 2019-01-06 | 1 | -0/+70 |