- Moderator
- #1
- Joined
- Apr 25, 2019
- Messages
- 758
https://hackernoon.com/has-the-python-gil-been-slain-9440d28fa93d
I'm not quite sure the best place to throw bits of news like this (Programming? RSS Feed?), but this seems pretty cool. It looks like it could improve CPython's performance by quite a bit.
If I recall though, many libraries like NumPy, etc. use C to release the GIL momentarily to do their calculations, so it might not change *too* much in some situations.
I'm not quite sure the best place to throw bits of news like this (Programming? RSS Feed?), but this seems pretty cool. It looks like it could improve CPython's performance by quite a bit.
If I recall though, many libraries like NumPy, etc. use C to release the GIL momentarily to do their calculations, so it might not change *too* much in some situations.