55

Explanation of programming with a single thread

Comments
  • 9
    Some interesting things have been done with single threaded environments. See JavaScript's event loop.

    Also some very bad things have been done with single threaded environments. See the rest of JavaScript.

    Full disclosure, I love JavaScript and work with it full time.
  • 1
    That's because nodejs is perfect for web services and other adjacent. Not so good in compute intensive tasks.
Add Comment