I mean, only the threaded version, which is expected. For tons of cases Python without the GIL is not just slower, but significantly slower; "somewhere from 30-50%" according to one of the people working on this: https://news.ycombinator.com/item?id=40949628
All of this is why the GIL wasn't removed 20 years ago. There are real trade-offs here.
arp242|1 year ago
All of this is why the GIL wasn't removed 20 years ago. There are real trade-offs here.
rbenchmark|1 year ago
https://news.ycombinator.com/item?id=41019626
BossingAround|1 year ago