Does Bytecode (.pyc) vs. Source (.py) Compilation Affect Flet Android Cold-Start Performance? #6207
Unanswered
Muddassir-Farooq-official
asked this question in
Q&A
Replies: 0 comments
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.
In Flet v1, does pre-compiling the Python source into .pyc files inside the APK assets significantly reduce the cold-start 'blank screen' time compared to raw .py files? Specifically, does the serious_python runtime skip the compilation step on Android when bytecode is already present in the app archive?"
All reactions