Code Freezing?
#9744
Replies: 1 comment 2 replies
-
Frozen code imports much faster (almost instantly) and does not use RAM for the code or for compilation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My application uses an ESP8266 that is normally in deep-sleep, wakes to an event, executes several 'imports', processes the event related code and goes back into deep-sleep. The processing of the event related code appears delayed, and the imports are suspect.
Given that the imports are executed at every boot-up, would I be correct in assuming that the overall process would be faster if the code were frozen?
Beta Was this translation helpful? Give feedback.
All reactions