You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many functions and getters which recompute the same value several times. This is potentially better on memory (though not likely), but harder on CPU. Benchmark a refactor of reusing variables vs recalculating and compare the mem vs compute. Requires creating a stress test suite.
The text was updated successfully, but these errors were encountered:
There are many functions and getters which recompute the same value several times. This is potentially better on memory (though not likely), but harder on CPU. Benchmark a refactor of reusing variables vs recalculating and compare the mem vs compute. Requires creating a stress test suite.
The text was updated successfully, but these errors were encountered: