[pypy-dev] Re: Question: Is there any faster way to run benchmarks on pypy/module/cpyext module?

2023-05-28 Thread Matti Picus
On 29/5/23 07:37, hzy15610046011 via pypy-dev wrote: Thanks for your answer! I read the link [0] and run such benchmarks, finding that slow performance on allocate_tuple still exists now. On my cpu, it was 0.65s for cpython3.8, and 7.6s for PyPy 3.9. I am wondering if this could lead to the u

[pypy-dev] Re: Question: Is there any faster way to run benchmarks on pypy/module/cpyext module?

2023-05-28 Thread hzy15610046011 via pypy-dev
Thanks for your answer! I read the link [0] and run such benchmarks, finding that slow performance on allocate_tuple still exists now. On my cpu, it was 0.65s for cpython3.8, and 7.6s for PyPy 3.9. I am wondering if this could lead to the undesired low performance on pandas. As for my code pa

[pypy-dev] Re: Question: Is there any faster way to run benchmarks on pypy/module/cpyext module?

2023-05-28 Thread Matti Picus
On 28/5/23 21:55, hzy15610046011 via pypy-dev wrote: Hello pypy experts! What I want to do is to run a performance test on the cpyext module. The translation&compilation procedure took about 1 hour on my computer. After I modifying some code( just a slight modification under pypy/modules/cpy

[pypy-dev] Question: Is there any faster way to run benchmarks on pypy/module/cpyext module?

2023-05-28 Thread hzy15610046011 via pypy-dev
Hello pypy experts! What I want to do is to run a performance test on the cpyext module. The translation&compilation procedure took about 1 hour on my computer. After I modifying some code( just a slight modification under pypy/modules/cpyext), the whole translation procedure seemed to restar

[pypy-dev] PyPy v7.3.12rc2 release candidate available

2023-05-28 Thread Matti Picus
I have uploaded 3 versions of python: 2.7, 3.9, 3.10 (first time release) as the PyPy7.3.12rc2 release candidate. Release note: https://doc.pypy.org/en/latest/release-v7.3.12.html Downloads: https://downloads.python.org/pypy/ The aarch64 3.9 rc2 is missing, I am rebuilding it now. checksums: h