Memory requirements of /rom vs. .frozen #17335
Replies: 2 comments 1 reply
-
I have done some testing re RAM use and concluded that they are identical. You need to ensure that the cross compiler is available to I haven't tested speed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. I assume that since they're both just read from ROM when executing the speed should be identical too. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Quick question: is there any difference (speed, memory usage, …) between importing a module from /rom vs. importing it from .frozen?
Beta Was this translation helpful? Give feedback.
All reactions