|
|
|
|
|
by jhayward
2072 days ago
|
|
If you want to improve startup for a script that you use frequently consider using one of the app builders such as PyOxidizer[1]. They do work to improve startup by embedding all the modules in the binary and then loading them from memory. [1] https://pyoxidizer.readthedocs.io/en/latest/index.html |
|