Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

yeah, the GIL only slows down threaded code. The big reason that the GIL hasn't been removed is that any patch removing the GIL slows single threaded performance.


The GIL massively slows down threaded code. To the point where (almost?) all multithreaded cases are actually slower than single threaded cases. :(




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: