The Changelog: Software Development, Open Source
Free-threaded Python (Interview)
Łukasz Langa
So if your particular thread is doing some big NumPy computation that is only on the sides of numbers that are not shared as Python objects, you can drop the global interpret lock in the time that this computation happens so you can let other threads execute Python in that time.
0
💬
0
Comments
Log in to comment.
There are no comments yet.