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'
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
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
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