New submission from mikefc <[email protected]>: My timings with a recentish pypy nightly and cpython 2.7.4:
Interpreter | Queue Implementation | time ------------|----------------------|--------- pypy | python | 1.372s pypy | cpp | 5.027s cpython | python | 18.046s cpython | cpp | 35.330s So calling into the cpp implementation with CFFI is a ~4x penalty for pypy and about a ~2x penalty for cpython. ---------- nosy: +mikefc status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1529> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
