--- you can reply above this line --- Issue 1790: numpy.empty 1800x slower than CPython; numpy.zeros 10x slower https://bitbucket.org/pypy/pypy/issue/1790/numpyempty-1800x-slower-than-cpython
Armin Rigo: Split `numpy.zeros()` and `numpy.empty()` in 4d1d1c2d78ae. Not highly tested, but the micronumpy tests pass, at least. It should reduce the gulf with CPython's `numpy.empty()`. -- Unsubscribe from issue emails for this repository. https://bitbucket.org/pypy/pypy/issue/1790/unsubscribe/pypy-issue/e66f855a6c025a0abe90c3d7e68af00e422e5f46/ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
