5 ms·
Have you ever heard Guido speak about the issue? He and a number of others don't think it's one worth solving. Really. Yea it may be a lot of work to create a
by thadeus_venture 15y ago
Have you ever heard Guido speak about the issue? He and a number of others don't think it's one worth solving. Really.
Yea it may be a lot of work to create a new GC implementation and change the threading model, but if you want the language to progress that's the way forward.
- irahul 15y ago> Have you ever heard Guido speak about the issue? Yes. > He and a number of others don't think it's one worth solving. Really. Check your claims. http://www.artima.com/weblogs/viewpost.jsp?thread=214235 http://www.artima.com/weblogs/viewpost.jsp?thread=214235 http://docs.python.org/faq/library#can-t-we-get-rid-of-the-global-interpreter-lock http://docs.python.org/faq/library#can-t-we-get-rid-of-the-g...
- rbanffy 15y agoMore threads sharing the same data gives rise to all kinds of difficult to track synchronization bugs. The share-nothing multi-process approach Python encourages feels good enough for me.