Files
CHOMPStation2/code
Leshana f8a538eff9 Multi-ZAS Optimization
A simple optimization to can_safely_remove_from_zone() both with and without multi-zas.
Instead of allocating a new list every time we call get_zone_neighbours() (which gets called several times in a loop) we have a pre-built list we don't need to Copy().
Same story for the list to iterate over in can_safely_remove_from_zone()
There should be no semantic change whatsoever from this; it is purely a performance optimization.
2017-05-04 21:14:18 -04:00
..
2017-05-04 21:14:18 -04:00
2017-05-04 21:14:07 -04:00
2017-05-04 18:50:41 -04:00
2017-05-04 21:14:18 -04:00
2017-05-04 21:14:18 -04:00
2017-03-31 17:52:15 +01:00
2017-03-02 22:44:17 -05:00