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
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?
I was soo excited when they announced this, but I've heard almost nothing since.