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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: