Comment by dec0dedab0de
Comment by dec0dedab0de 4 days ago
PyPy still has the GIL so the multithreading stuff is the same problem.
However, the JIT does make things much faster
Comment by dec0dedab0de 4 days ago
PyPy still has the GIL so the multithreading stuff is the same problem.
However, the JIT does make things much faster
What happened to the STM version of PyPy with no GIL?