-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
PyPy performance on test_image_point is awful #484
Comments
Can this be closed? |
PyPy say this is fixed as of 2014-07-02. The latest 2.3.1 was released before this (and is slated for Travis later this week), but there are nightly build available. |
Doesn't look like it. For comparison, py27 runs this in .2 seconds under the profiler.
This profiler script is my new favorite toy. Though I'm going to have to profile the C to figure out where the bottleneck really is, since it's more than likely in the im.point call on line Image.py:1360: |
bah, I missed that the fix missed 2.3.1 |
Hoisted from #476, test_image_point.py takes ~ 2 minutes to run, vs < 1 sec for cpython.
The text was updated successfully, but these errors were encountered: