[pypy-dev] Re: Help me understand why PyPy is so slow in my benchmark

2024-09-18 Thread CF Bolz-Tereick via pypy-dev
Hi Jeremy, Can you share how you are running this function? I tried a few variants, and pypy is often faster than CPython on my attempts, so the rest of your code is necessary to find out what's wrong. Cheers, CF On September 18, 2024 5:43:06 AM GMT+02:00, Jeremy Brown wrote: >Hello, > >I'

[pypy-dev] Re: Help me understand why PyPy is so slow in my benchmark

2024-09-18 Thread Manuel Jacob
On 18/09/2024 05.43, Jeremy Brown wrote: Hello, I'm working on a project that involves benchmarking CPython and PyPy across a few benchmarks I've devised, but PyPy is so much slower than CPython I feel I must have made some sort of mistake. One major headscratcher is that CPython runtimes hold s

[pypy-dev] Help me understand why PyPy is so slow in my benchmark

2024-09-18 Thread Jeremy Brown
Hello, I'm working on a project that involves benchmarking CPython and PyPy across a few benchmarks I've devised, but PyPy is so much slower than CPython I feel I must have made some sort of mistake. One major headscratcher is that CPython runtimes hold stable while PyPy appears to get worse as th

[pypy-dev] Re: Help me understand why PyPy is so slow in my benchmark

2024-09-18 Thread Armin Rigo via pypy-dev
Hi, On Wed, 18 Sept 2024 at 23:06, CF Bolz-Tereick via pypy-dev wrote: > Can you share how you are running this function? I tried a few variants, and > pypy is often faster than CPython on my attempts, so the rest of your code is > necessary to find out what's wrong. I would call that code THE