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

Revise closures and functions within functions #113

Open
JordiBolibar opened this issue Jun 1, 2023 · 0 comments
Open

Revise closures and functions within functions #113

JordiBolibar opened this issue Jun 1, 2023 · 0 comments
Assignees
Labels
performance Improve code performance

Comments

@JordiBolibar
Copy link
Member

Right now, we're using closures in many parts of the code, and sometimes we're also declaring functions within functions. Following an experiment of the iceflow-sandbox, I've realized that this has the potential to have a huge impact on the performance.

To be revised throughout the code and verify that it's not impacting the performance, since it could be huge.

@JordiBolibar JordiBolibar added the performance Improve code performance label Jun 1, 2023
@JordiBolibar JordiBolibar self-assigned this Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Improve code performance
Projects
None yet
Development

No branches or pull requests

1 participant