
Unhappy with the speed of javascripts? - Wait a year and a half, and it will pass!

Then, running a test reading on a single-core Pentium IV
This week my hands reached the source code of that module again; and I started by transferring the previous test
It turned out that the difference in speed is visible to the naked eye:
- On the Node engine version 0.6.21, the test ran
3145 milliseconds.
- On the Node engine version 0.8.25, the test worked for
2211 milliseconds.
- On the Node engine version 0.10.12, the test worked
1006 milliseconds.
When looking at these results, at first it is tempting to see an arithmetic progression (three seconds → two seconds → one second) with the obvious conclusion that in the next version of the Node engine the test will start working instantly.
In fact, of course, the result only indicates that in
But even that is not bad.
In addition, this spring I bought myself a newer computer based on the quad-core
![[screenshot]](https://habrastorage.org/storage3/014/832/443/014832443674400484678e5834866b8a.gif)
It’s understandable:
The totality of the above observations allows us to confidently and joyfully say that Node.js is accelerating sharply from version to version (probably due to the increased speed of the V8 engine, on which Node is based), and in combination with the increase in computer performance, this allows us to adhere to Expectant tactics that I put in the headline.
You can also spend your time optimizing the work of your javascripts, but only if there is nothing more to seriously improve them, and only if you are confident that you will show a comparable result (acceleration by
Only registered users can participate in the survey. Please come in.
Do you agree with this conclusion?
- 14.9% Yes 84
- 30.9% Rather Yes 174
- 19.8% Not Sure 112
- 19.1% More likely not 108
- 15% No 85
Are my further blog posts about the same subject interesting in advance?
- 56.3% Yes, write more about testing Node modules with Mocha 192
- 27.2% No, not about testing Node modules with Mocha 93
- 34.8% Yes, write more about writing Node modules for Fidonet 119
- 43.6% No, just not about writing Node modules for Fidonet 149