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

And ironically, nodejs is also single threaded with it's own GIL, which somehow no one ever mentions. It's great for async IO bound stuff but is really worse that Python for mutlicore CPU bound work - at least Python has concurrent.futures which makes throwing together a parallel map operation a few lines of code.


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

Search: