Say what you want about Node.js. It sucks, a lot. But it was made with one...
Say what you want about Node.js. It sucks, a lot. But it was made with one very accurate observation: multithreading sucks even more.A CPU with 4 cores doesn’t work like you are taught from entry level computer science. There is no “shared memory” with “random time access”. That’s a lie, it’s not how a CPU works. It...