Replies: 2 comments
-
|
I recently found out that the GIL isn’t an issue for most numpy operations |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The GIL is eventually going away but not any time soon: https://superfastpython.com/gil-removed-from-python/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm hesitant to use Python because it would be more transparent and thus easier to understand what was actually happening in the code in the transpiled C++ and because last I checked Python still has global interpreter lock issues.
Beta Was this translation helpful? Give feedback.
All reactions