Hacker News new | ask | show | jobs
by jrs95 3171 days ago
Do it in C++ because CPU bound performance is terrible in JS anyways
1 comments

That's reasonable, but I'm refuting the claim that 'you can get rid of the need to multi threading by deploying more containers in the same machine or via orchestration', not asserting that JS is the right language in the first place.
Yeah, I agree that isn't always the right choice. If all you need is horizontal scalability, then more processes is fine, but it won't work when you actually need multiple cores working on the same task