-
Notifications
You must be signed in to change notification settings - Fork 57
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
Python 3 support #75
Comments
I just had some spare time and decided to run the benchmark with python 3:
Jinja and Mako come close to the performance of spitfire in python 2. It would be interesting to see how spitfire performs in python 3 or if we are just better of just using e.g. Jinja with PyPy or similar which is also known to improve performance by a significant amount. |
Maybe too late, but I think that 2to3 will be a temporary solution if one badly needs it. |
You can now get the Python 3 supported version on my fork. |
@trimbo Can I take over this issue? TL;DR: I would like to oversee this issue. Thanks in advance. |
Please, provide support for python 3
The text was updated successfully, but these errors were encountered: