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

I thought parallelism was pretty limited in python due to the GIL (global interpreter lock, iirc)?


Thread based concurrency is limited and near pointless. Parallelism, ie using multiple cores in separate processes, is not


C extensions can help. Some libraries use native wrapped code and that acceleratws things.




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

Search: