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

The reason why this is true in Python is the GIL. In other languages without a GIL, multiple threads will run on multiple cores and can speed up CPU bound code.


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

Search: