Kerbal Inventory System (KIS)

Kerbal Inventory System (KIS)

1M Downloads

Performance: Optimize `Update()` and `OnGUI` methods

ihsoft opened this issue ยท 5 comments

commented

KIS calls a lot of callbacks on the empty slots from the performance demanding Update and OnGUI methods. The unneeded calls must be eliminated and the rest must be optimized.

commented

Change: 9bb177b

commented

Change: 1363c55

commented

Change: d23355c

commented

Also stop rendering the items in the every single frame: de1b15c

commented

The performance is not yet perfect, but most of the slow things were removed.