[pypy-dev] Multiprocessing in PyPy

2022-10-17 Thread enquiries
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

[pypy-dev] Re: 32bit Windows build

2022-08-11 Thread enquiries
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

[pypy-dev] 32bit Windows build

2022-08-10 Thread enquiries
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