Cycling74 / rnbo-runner-panel

Web interface to the RNBO runner
MIT License
9 stars 1 forks source link

Memoized derived state selectors #135

Closed fde31 closed 3 months ago

fde31 commented 3 months ago

With the introduction of a constantly updating state (cpu load display) some of the derived state was simply being recalculated on every state change. This introduces memoized selectors for calculated state access results

fixes #134