Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use nuitka for compiling, to boost script #7659

Open
motyadevcreate opened this issue Nov 19, 2024 · 0 comments
Open

use nuitka for compiling, to boost script #7659

motyadevcreate opened this issue Nov 19, 2024 · 0 comments

Comments

@motyadevcreate
Copy link

use nuitka to speed up the program.
For example, the startup speed of the program is very long
pyinstaller loads into the temp folder, which means that on slow disks the program will take a long time to run.
and nuitka uploads to RAM and RAM is much faster than almost any disk.

and might speed up the video loading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant