[pypy-issue] [issue1070] Cpython 2.7 is faster than Pypy on program using Pickle and Sqlite

Armin Rigo tracker at bugs.pypy.org
Sun Apr 14 15:48:03 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

I think it's annoying but known.  Both cPickle and sqlite are written in pure
Python, so we can't hope to beat CPython, where they are written in C.  The best
we can hope is to get close to CPython performance.

----------
nosy: +arigo

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1070>
________________________________________


More information about the pypy-issue mailing list