8 ms·
I did not try Pypy because last time I checked, it wasn't supporting Numpy. It means that Pypy would not been able to run these micro benchmarks as Numpy is us
by jfpuget 11y ago
I did not try Pypy because last time I checked, it wasn't supporting Numpy. It means that Pypy would not been able to run these micro benchmarks as Numpy is used in some of them.
Please let me know if Numpy is supported now in Pypy. I'd be happy to add Pypy in the mix in that case.
- itsadok 11y agoI'm pretty sure everything you used is already supported: http://buildbot.pypy.org/numpy-status/latest.html http://buildbot.pypy.org/numpy-status/latest.html
- jfpuget 11y agoThanks. I did look at that page recently, and felt Numpy support was still experimental. But I'll give it a fair try. What would motivate me would be that Pypy supports the packages I need for my day job, including Pandas, Scipy, and Scikit-learn. Do you know if there are plans to have these on top of Pypy?
- poooogles 11y agohttp://lostinjit.blogspot.com/2015/11/python-c-api-pypy-and-road-into-future.html http://lostinjit.blogspot.com/2015/11/python-c-api-pypy-and-... tl;dr, Yes there are plans. But funding is needed.
- jbssm 11y agoDoes PyPy work with Python 3? Python 3 has been out for 7 years and I refuse to use anything that doesn't work in Python 3, it's just ridiculous to keep building stuff for Python 2, it's hindering the language and keeping it back in the past.
- heinrich5991 11y agoYes, it does: https://en.wikipedia.org/wiki/PyPy#Project_status https://en.wikipedia.org/wiki/PyPy#Project_status.
- canjobear 11y agoOnly Python 3.2 (so no "yield from" or async stuff).
- Veedrac 11y agoNote also jitpy for those times when they're not: http://jitpy.readthedocs.org/en/latest/ http://jitpy.readthedocs.org/en/latest/