Hacker News new | ask | show | jobs
by excessive 2408 days 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.

1 comments

You're probably right, I'm not a Python insider.