Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

My Node.js is a bit Rusty

⁨10⁩ ⁨likes⁩

Submitted ⁨⁨1⁩ ⁨year⁩ ago⁩ by ⁨bot@lemmy.smeargle.fans [bot]⁩ to ⁨hackernews@lemmy.smeargle.fans⁩

https://gal.hagever.com/posts/my-node-js-is-a-bit-rusty

HN Discussion

source

Comments

Sort:hotnewtop
  • gencha@lemm.ee ⁨1⁩ ⁨year⁩ ago

    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.

    source