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

Armin Rigo arigo at tunes.org
Mon Jun 29 21:46:50 CEST 2015


Hi,

On 29 June 2015 at 21:40, Ozan Çağlayan <ozancag at gmail.com> wrote:
> Regarding __slots__, it seemed to help using CPython but pypy + slots
> crashed/trashed in a very hardcore way :)

__slots__ is mostly ignored in PyPy (it always compact instances as if
they had slots).  The crash/trash is probably due to some other issue.


A bientôt,

Armin.


More information about the pypy-dev mailing list