Tibor Kiss <[email protected]> added the comment: I measure even bigger difference on OS X 10.8.5. Numpypy&Pypy is roughly 2 orders of magnitude slower than Numpy&cPython.
See the testcase attached. % python2.7 matrix_dotprod_test.py 0.414262056351 % /opt/pypy-2.2-osx64/bin/pypy matrix_dotprod_test.py 58.8765079975 ---------- status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1630> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
