Re: [Numpy-discussion] NumPy in PyPy

2016-08-09 Thread Papa, Florin
their projects. I know astropy utilizes it. > So, maybe their benchmarks might be a good starting point since they utilize > numpy heavily? > Cheers! > Ben Root >> On Fri, Aug 5, 2016 at 3:42 AM, Papa, Florin <florin.p...@intel.com> wrote: >> Hi,   >>

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

[Numpy-discussion] NumPy in PyPy

2016-08-05 Thread Papa, Florin
Hi, This is Florin Papa from the Dynamic Scripting Languages Optimizations team in Intel Corporation. Our team is working on optimizing the PyPy interpreter and part of this work is to find and fix incompatibilities between NumPy and PyPy. Does anyone have knowledge of real life workloads