Menu
Sign In Pricing Add Podcast

The Changelog: Software Development, Open Source

Free-threaded Python (Interview)

1093.724 - 1115.161 Łukasz Langa

So this is where the reputation of not really scalable comes in. But ironically, the GIL also makes Python faster than it would be without it. The reason why is because reference counting is a major reason for the global interpreter lock's existence. But it's not the only reason you need a lock in your interpreter.

0
💬 0

Comments

There are no comments yet.

Log in to comment.