Frozenreflex / Thundagun

Lightning fast performance mod for Resonite
GNU General Public License v3.0
4 stars 4 forks source link

Determine if FrooxEngine batches updates #28

Closed DoubleStyx closed 2 weeks ago

DoubleStyx commented 2 weeks ago

The current checks and strategies for handling the different sync modes at least partially rely on the assumption that FrooxEngine spits out connector changes immediately. If this turns out to not be the case, some of the existing logic can be simplified for efficiency and brevity.

DoubleStyx commented 2 weeks ago

With my unified approach to handling timeouts in #31, it doesn't really matter anymore what this underlying behavior is; the performance gains from optimizing for it specifically would be small in theory.