|
|
|
|
|
by arp242
709 days ago
|
|
To be honest, that seems a lot. Even today a lot of code is single-threaded, and this performance hit will also affect a lot of code running in parallel today. There have been patches to remove the GIL going back to the 90s and Python 1.5 or thereabouts. But the performance impact has always been the show-stopper. |
|
This post is a call to ask people to “kick the tires”, experiment, and report issues they run into, not announcing that all work is done.