dkavolis / Ferram-Aerospace-Research

Aerodynamics model for Kerbal Space Program
Other
81 stars 32 forks source link

Optimize VesselModules #151

Open siimav opened 2 weeks ago

siimav commented 2 weeks ago

The two FAR VesselModules should only be active on loaded vessels. In particular FlightGUI.FixedUpdate() was rather expensive with many vessels in flight. In my test save this reduced per frame call count down from 99 to 2; median frametime from 0.83 ms to 0.23ms. Additionally FlightGUI defined its own _vessel field instead of using vessel so I took the liberty of removing that.