Hi,
I have read that PyPy can actually be slower than CPython for a short
running script because it has a longer start up time, is that also true
for each new process when using multiprocessing or do subsequent
processes benefit from JITting that's already been done by the
initiating proces
On 2022-08-11 05:32, Matti Picus wrote:
On 10/8/22 17:07, Matti Picus wrote: Any chance of making a 32bit
Windows build of PyPy2.7-v7.3.9 available for download?
That is a big ask now that we have moved to 64-bit builds. We lack the
infrastructure to support two windows builds, so we have n
Hi,
Any chance of making a 32bit Windows build of PyPy2.7-v7.3.9 available
for download? I have a project that connects to a legacy database using
a 32bit ODBC driver so sadly switching to 64bit isn't an option for me.
I'm currently running with PyPy2.7-v7.3.3 so it's not a disaster if this