Relatively simple code much slower in pypy than cpython
Created originally on Bitbucket by lesshaste
As discussed on IRC, I have some relatively simple code that is much slowed in pypy than cpython. On my computer here are the timings
cpython: 38 seconds pypy 2.6: 81 seconds
The attached code is simply run with
python Mitch-2shifts.py
Attachments: Mitch-2shifts.py