- cross-posted to:
- rust@programming.dev
- hackernews@derp.foo
- cross-posted to:
- rust@programming.dev
- hackernews@derp.foo
You must log in or # to comment.
NodeJS is single-threaded. Knowing that, a lot of the mentioned mistakes could have been avoided right from the start. Being oblivious to that fact kinda puts the remainder of the article in question.
If parallelization on a process level with a JS runtime still won’t match performance goals, don’t use it to begin with.