Skip to content

fix a performance issue in workshop gui#915

Merged
BenLubar merged 1 commit into
reactivedrop_betafrom
bugfix/workhop-gui-performance-regression
Jul 8, 2025
Merged

fix a performance issue in workshop gui#915
BenLubar merged 1 commit into
reactivedrop_betafrom
bugfix/workhop-gui-performance-regression

Conversation

@mithrand0
Copy link
Copy Markdown
Contributor

@mithrand0 mithrand0 commented Jul 8, 2025

this fix will make the main menu (and other menu's) render faster 🚀

  • by optizing the code, reducing loops;
  • by skipping some runs, sacrificing update rate for performance (it's a progress bar, one visual update per second would be more than enough)

the menu was running at 60-110 fps before, now most menu's run at ~700 fps. Briefing is at ~250 fps after the patch.

this fix will make the main menu render faster:

- by optizing the code, reducing loops;
- by skipping some runs, sacrificing update rate for performance (it's a progress bar, one visual update per second would be more than enough)

the menu was running at 60-110 fps before, now it runs at 600-700 fps
@mithrand0 mithrand0 added enhancement New feature or request mystery where's Sherlock Holmes when you need him? labels Jul 8, 2025
@BenLubar BenLubar merged commit 971f2a2 into reactivedrop_beta Jul 8, 2025
2 checks passed
@BenLubar BenLubar deleted the bugfix/workhop-gui-performance-regression branch July 8, 2025 18:18
@jhh8 jhh8 added the lobby label Jul 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lobby mystery where's Sherlock Holmes when you need him?

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants