Hi Everyone, I was hoping to use Pandas with PyPy to speed up applications, but ran into compatibility issues with PyPy. Has anyone tried to make PyPy works with Pandas, by any experiment/hacking method? If yes, would you share your findings with me? If not, could someone points me to where the obstacles are and any potential approach, or plan by this community? Any help is greatly appreciated. Yash
Hi See this : https://morepypy.blogspot.com/2016/11/pypy27-v56-released-stdlib-2712-suppor... On Wed, Mar 1, 2017 at 1:38 AM Singh, Yashwardhan < yashwardhan.singh@intel.com> wrote:
Hi Everyone,
I was hoping to use Pandas with PyPy to speed up applications, but ran into compatibility issues with PyPy. Has anyone tried to make PyPy works with Pandas, by any experiment/hacking method? If yes, would you share your findings with me? If not, could someone points me to where the obstacles are and any potential approach, or plan by this community?
Any help is greatly appreciated.
Yash _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev
Hi Singh. We're working hard on getting pypy to run pandas at this very moment :-) At present, you would be unlikely to find significant speedups - our C API emulation layer is slow (unless you do a lot of work outside of pandas without pandas objects). We will work on it, wait for the next release, hopefully! Best regards, Maciej Fijalkowski On Tue, Feb 28, 2017 at 8:06 PM, Singh, Yashwardhan <yashwardhan.singh@intel.com> wrote:
Hi Everyone,
I was hoping to use Pandas with PyPy to speed up applications, but ran into compatibility issues with PyPy. Has anyone tried to make PyPy works with Pandas, by any experiment/hacking method? If yes, would you share your findings with me? If not, could someone points me to where the obstacles are and any potential approach, or plan by this community?
Any help is greatly appreciated.
Yash
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev
participants (3)
-
Maciej Fijalkowski
-
Phyo Arkar
-
Singh, Yashwardhan