Re: [pypy-dev] A simple file reading is 2x slow wrt CPython

In a message of Mon, 29 Jun 2015 21:40:38 +0200, Ozan Çağlayan writes:
PyPy always compacts instances as if they had slots, so it should make no difference. If using it makes things crash, then we have a really horrible bug -- can you post the smallest code that provokes this? (Though my bet is that you have somehting else wrong, not the slots ...) Laura

Well I tried again but cant reproduce it. BTW cut down the whole code to 4 seconds with PyPy vs 28 seconds on CPython. The original C++ code might be slower than this, i'll check it. Thanks for fast replies, contributions, kindness :)

Well I tried again but cant reproduce it. BTW cut down the whole code to 4 seconds with PyPy vs 28 seconds on CPython. The original C++ code might be slower than this, i'll check it. Thanks for fast replies, contributions, kindness :)
participants (2)
-
Laura Creighton
-
Ozan Çağlayan