Hacker News new | past | comments | ask | show | jobs | submit login

So, what's wrong with his Node code? What's the tell?



He doesn't know that node is single-threaded. Take an embarrassingly-parallel task (serving multiple unrelated requests, for example) and pit a single thread against multiple threads. Guess who's going to win?

Depending on the size of the .NET's thread pool, this probably more than accounts for the difference. The drastic inefficencies from not knowing what the async library does are just icing.




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

Search: