Files
CHOMPStation2/code/__defines
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
..
2016-05-10 20:36:42 -04:00
2016-09-24 14:12:43 -04:00
2017-04-12 21:43:07 -04:00
2017-04-13 00:36:13 -04:00
2017-05-04 21:14:18 -04:00
2017-04-22 18:18:31 -07:00
2017-04-18 23:34:02 -04:00
2016-05-30 02:13:55 -04:00
2017-01-04 04:41:30 -05:00
2016-08-07 08:26:26 +03:00