|
|
|
|
|
by arp242
696 days ago
|
|
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. |
|
https://news.ycombinator.com/item?id=41019626