PyPy: Faster Python with Minimal Effort
realpython.com
PyPy: Faster Python with Minimal Effort
1–10 of 13 posts
Re: PyPy: Faster Python with Minimal Effort
#2Re: PyPy: Faster Python with Minimal Effort
#3Easier pypy with minimal effort https://github.com/fijal/jitpy
Re: PyPy: Faster Python with Minimal Effort
#4Easier pypy with minimal effort https://github.com/fijal/jitpy
Re: PyPy: Faster Python with Minimal Effort
#5Easier pypy with minimal effort https://github.com/fijal/jitpy
Re: PyPy: Faster Python with Minimal Effort
#6Any time performance has been a concern that application was in Java or Go (for me).
Re: PyPy: Faster Python with Minimal Effort
#7Easier pypy with minimal effort https://github.com/fijal/jitpy
This is amazing, and obvious in retrospect. Gradual compilation can be adopted, well, gradually, without breaking existing code. 100% upside, 0% downside. PyPy team should consider making this delivery mode the #1 priority. Even worth reconsidering the object management impedance as well, and go for 100% compatibility with CPython object model. I suspect this would have a small runtime cost, but a would be a huge boo…
Ambitious project, but less popularity.