We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mypyc compiles normal python code to c extensions. That could be a speed up solution for interpreted python code.
Maybe we can try this to see what happens?
The text was updated successfully, but these errors were encountered:
Sure, that would be interesting. Would you like to create a pull request?
Sorry, something went wrong.
#114 I was also looking for this so I submitted a PR.
No branches or pull requests
Mypyc compiles normal python code to c extensions. That could be a speed up solution for interpreted python code.
Maybe we can try this to see what happens?
The text was updated successfully, but these errors were encountered: