wpilibsuite / shuffleboard

A modern dashboard for FRC
Other
79 stars 84 forks source link

Puncture the bloat balloon #807

Open SamCarlberg opened 4 weeks ago

SamCarlberg commented 4 weeks ago

Overview

Removes various sources of high CPU usage:

Starlight220 commented 4 weeks ago

How coupled are these changes? I think it'd be better to split it into different PRs.

SamCarlberg commented 4 weeks ago

How coupled are these changes? I think it'd be better to split it into different PRs.

The live NT preview and widget gallery changes are both resulting from profiling the JavaFX scene graph. The NT subscribe-to-all change naturally falls out of that, since there's no need to have subscriptions that are never used