kostia.lopuhin <[email protected]> added the comment: As for the itemgetter slowness - if I define _clock = builtinify(lambda x: x['clock']) than I get the same slowdown as for _clock = itemgetter('clock'). So it seems that function wrapped into builtinify needs a lot more time to warm up?
________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1652> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
