jeudi 6 octobre 2016

Why is node.js runtime slower than Google chrome Console

We know that Chrome and node.js runs on the same V8 javascript engine. My understanding:

  • Chrome should be slow, it not only handled the execution but also does extra UI work
  • node.js should be fast, it has no extra UI work

So, was comparing simple speed test for node.js's V8 javascript

Speed test on node.js

With Chrome's V8

Speed test on Chrome

Why is node.js so slower than Chrome?

Aucun commentaire:

Enregistrer un commentaire