Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store computed variables for reuse #2

Open
Sternbach-Software opened this issue Jul 11, 2023 · 0 comments
Open

Store computed variables for reuse #2

Sternbach-Software opened this issue Jul 11, 2023 · 0 comments

Comments

@Sternbach-Software
Copy link
Owner

Sternbach-Software commented Jul 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant