Re: [pypy-dev] Differences performance Julia / PyPy on very similar codes

2020-12-22 Thread Yury V. Zaytsev
On Tue, 22 Dec 2020, Carl Friedrich Bolz-Tereick wrote: That said, I can understand that 5x slower is still a somewhat disappointing result and I suspect given enough effort we could maybe get it down to around 3x slower. Just to clarify, if I understand you correctly, you mean that by invest

Re: [pypy-dev] Differences performance Julia / PyPy on very similar codes

2020-12-22 Thread Carl Friedrich Bolz-Tereick
On 22.12.20 16:34, PIERRE AUGIER wrote: Here, it is really about what can be done with PyPy, nowadays and in future. Hi Pierre, A few somewhat random comments from me. First note is that you shouldn't run two different implementations that you are comparing (Point3D and Point4D in this case)

Re: [pypy-dev] Differences performance Julia / PyPy on very similar codes

2020-12-22 Thread PIERRE AUGIER
- Mail original - > De: "David Edelsohn" > À: "PIERRE AUGIER" > Cc: "pypy-dev" > Envoyé: Lundi 21 Décembre 2020 23:47:22 > Objet: Re: [pypy-dev] Differences performance Julia / PyPy on very similar > codes > You did not state on exactly what system you are conducting the > experiment,