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 process?
Thanks.
_______________________________________________ pypy-dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: [email protected]
