You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyInstaller adds significant latency overhead for complex jobs. For jobs that are often rerun it is useful to re-use the pyinstaller outputs; however, this has to be done manually by specifying the frozen tar path. It would be helpful to have a module that makes freezing in batch (in the background) and re-using frozen tar files easy.
The text was updated successfully, but these errors were encountered:
PyInstaller adds significant latency overhead for complex jobs. For jobs that are often rerun it is useful to re-use the pyinstaller outputs; however, this has to be done manually by specifying the frozen tar path. It would be helpful to have a module that makes freezing in batch (in the background) and re-using frozen tar files easy.
The text was updated successfully, but these errors were encountered: