-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Alternative ways to make xonsh binary or similar #1
Comments
|
@anki-code I found PyOxidizer interesting. It can static link and compile modules to be loaded from memory. |
Someone tried to use PyOxidizer here indygreg/PyOxidizer#245 |
mypyc is used by mypy and black (latest version) for various optimisation. I wonder how does it compares to nuitka
The text was updated successfully, but these errors were encountered: