-
Notifications
You must be signed in to change notification settings - Fork 371
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
Slow startup when Hy is installed from a wheel #1747
Comments
Maybe a bytecode version thing? If you turn on debug, does it say it's recompiling? |
Sorry, which debug mode do you mean? Should |
I was thinking of |
I don't seem to get any messages about compilation from |
Speed issues have gotten worse since the establishment of Hyrule, even when I've ensured that bytecode is pregenerated and installed. I think I may try to address them soon. |
Testing the new release of 0.16.0, I see that startup is much slower when installing from the wheel than from the source distribution or directly from the repository. Likewise for older Hy releases. Even when I make sure the
__pycache__
s are included in the wheel and I can see they're installed. Either there's something wonky with my system, or wheel installation doesn't play nicely with premade byte-compiled files.The text was updated successfully, but these errors were encountered: