|
|
|
|
|
by _0w8t
2874 days ago
|
|
This is my thinking as well. Python is nice to glue things, but doing high-performance math is not its strength. Things like GIL should be addressed long time ago, but it seems it is so fundamental to make things work in Python that I have big doubts that it will ever be addressed. |
|
I would also bet (but not too much) that we eventually see major progress in removing the GIL. I really don’t think it’ll be around forever!