Hi, On Tue, Dec 11, 2012 at 6:00 PM, Eleytherios Stamatogiannakis <[email protected]> wrote: > Python/APSW: 40s > pypy/MSPW: 2m 3s > pypy/APSW: 2m 21s
Not horribly bad, given that we're comparing with APSW, which is a piece of C code: PyPy makes Python only 3 times slower than hand-crafted C. That was just a general comment; there might be more precise issues that can still be addressed (passing strings around, and callbacks, are two known sub-efficient things). A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
