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

Fixture display hammering #1

Open
taw10 opened this issue Jul 17, 2022 · 1 comment
Open

Fixture display hammering #1

taw10 opened this issue Jul 17, 2022 · 1 comment

Comments

@taw10
Copy link
Owner

taw10 commented Jul 17, 2022

At present, the fixture display works by hammering the REPL with requests for status updates. It works, and the resource usage is OK for the shows so far. However, it doesn't scale at all.

The fixture display should not use polling, but rather some kind of event-based system. This would have the additional benefit of making the display more responsive, e.g. to selection changes.

@taw10
Copy link
Owner Author

taw10 commented Apr 2, 2023

Should be improved with cf8b7c8. Now, the combined state is requested once instead of tracing the state stack every time. There's no longer a separate re-calculation just for the fixture display. However, there is still room for further big improvements.

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

No branches or pull requests

1 participant