Re: [Numpy-discussion] NumPy in PyPy

2016-08-09 Thread Papa, Florin
On Sat, Aug 6, 2016 at 9:20 AM, Benjamin Root wrote: > Don't know if it is what you are looking for, but NumPy has a built-in suite > of benchmarks: > http://docs.scipy.org/doc/numpy/reference/generated/numpy.testing.Tester.bench.html > That's the very old (now unused)

Re: [Numpy-discussion] NumPy in PyPy

2016-08-09 Thread Papa, Florin
> We have a numpy -- heavy app. bu tit, like many others, I'm sure, also > relies heavily on Cython-wrapped C++ code, as well as pure Cython extensions. > > As well as many other packages that are also wrappers around C libs, Cython > -optimized, etc. > > I've never tried to run it under PyPy