|
|
|
|
|
by rvanlaar
971 days ago
|
|
There's a GIL presentation [1] from 2010 which shows Python 3.2 on a 1 CPU machine was faster than on a dual core. In all, there might be reason to expect GILless python to be faster single core in certain scenario's. [1] https://youtu.be/Obt-vMVdM8s?t=2047 |
|