Re: [pypy-dev] Speed of numpy vs numpypy

2021-10-13 Thread PIERRE AUGIER
perf for such code. Pierre - Mail original - > De: "Matti Picus" > À: "pypy-dev" > Envoyé: Samedi 9 Octobre 2021 23:56:06 > Objet: Re: [pypy-dev] Speed of numpy vs numpypy > On 9/10/21 12:31 am, Werner Heisenberg wrote: >> Hi everyone >> >

Re: [pypy-dev] Speed of numpy vs numpypy

2021-10-09 Thread Matti Picus
On 9/10/21 12:31 am, Werner Heisenberg wrote: Hi everyone I read the pypy FAQ and some blog posts, which leaves me puzzled and this is why I'm asking here: I'm doing data science and use numpy as only library in the code I'm talking about. A few years ago I used pypy to great success to spe

Re: [pypy-dev] Speed of numpy vs numpypy

2021-10-08 Thread Dan Stromberg
I'm really not qualified to address this, but I suspect a lot of these hopes have moved to HPy: https://github.com/hpyproject/hpy On Fri, Oct 8, 2021 at 2:32 PM Werner Heisenberg < werner.heisenber...@gmail.com> wrote: > Hi everyone > > I read the pypy FAQ and some blog posts, which leaves me puz

[pypy-dev] Speed of numpy vs numpypy

2021-10-08 Thread Werner Heisenberg
Hi everyone I read the pypy FAQ and some blog posts, which leaves me puzzled and this is why I'm asking here: I'm doing data science and use numpy as only library in the code I'm talking about. A few years ago I used pypy to great success to speed up an algorithm of mine without much development