Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize VesselModules #151

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

siimav
Copy link

@siimav siimav commented Aug 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant