openclonk/planet/Objects.ocd/Libraries.ocd/Animal.ocd/Insect.ocd/InsectSwarm.ocd
David Dormagen 25eb673b4c insect swarm library: slightly improved performance of MoveToTarget
..by not using proplist access too much. I noticed the Playground would start lagging (debug build) and the profiler told me it was the mosquitos.

Before, 83% of the time in Mosquito::Activity was spent in MoveToTarget. After the change, only around 70% (multiple runs).
Is this a sensible way to measure the change?

Previous:
[14:30:22] 00186ms	Mosquito.Activity
[14:30:22] 00155ms	Mosquito.MoveToTarget

Afterwards:
[14:37:37] 00238ms	Mosquito.Activity
[14:37:37] 00172ms	Mosquito.MoveToTarget
2015-12-24 14:44:57 +01:00
..
SwarmHelper.ocd Fix insect swarm and boiling lava scenario saving. 2015-09-17 21:59:05 -04:00
DefCore.txt move animal libraries into animal subfolder 2015-09-02 23:50:47 +02:00
Script.c insect swarm library: slightly improved performance of MoveToTarget 2015-12-24 14:44:57 +01:00