[pypy-issue] [issue1630] Matrix dot product ~5x slower in PyPy

Brian Kearns tracker at bugs.pypy.org
Tue Mar 4 23:35:39 CET 2014


Brian Kearns <bdkearns at gmail.com> added the comment:

I spent some time optimizing dot/iterators, we are now ~1.5x cpython+numpy C dot 
loop in this example. Added an improved benchmark script in 
pypy/module/micronumpy/bench/dot.py.

----------
nosy: +bdk

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


More information about the pypy-issue mailing list