4 ms·
> quite slow due to GIL I don't want to defend the GIL, but that's not the reason CPython is slow. PyPy can be 100s of times faster, and it has a GIL too.
by excessive 7y ago
> quite slow due to GIL
I don't want to defend the GIL, but that's not the reason CPython is slow. PyPy can be 100s of times faster, and it has a GIL too.
- tannhaeuser 7y agoYou're probably right, I'm not a Python insider.