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

Variables, props, and MFDs should round-robin their updates #60

Open
JonnyOThan opened this issue Jan 11, 2023 · 0 comments
Open

Variables, props, and MFDs should round-robin their updates #60

JonnyOThan opened this issue Jan 11, 2023 · 0 comments
Labels
performance Optimization to make it faster

Comments

@JonnyOThan
Copy link
Collaborator

Right now it's possible for the computer's variables, prop text, and all MFDs to redraw on the same frame. Each of these is individually timesliced but they don't have any knowledge of each other. A smarter system would make sure that no two of these systems updated on the same frame, to try to even out performance.

Might even want to timeslice MFDs across multiple frames, but I'm not sure if it would look weird if they don't all update at the same time.

@JonnyOThan JonnyOThan added the performance Optimization to make it faster label Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Optimization to make it faster
Projects
None yet
Development

No branches or pull requests

1 participant