In this scenario JavaScript performance becomes crucial. Again some open source projects raised the speed bar higher, in a significantly short time. Two projects must be cited here: one is v8, the by now ultra-famous JavaScript interpreter in Google Chrome. For a quick and nice explanation of its major "tricks" you can also give a look at the Google Chrome Comic Book (impatient JavaScript fans can directly jump to page 13).
The second project is SquirrelFish Extreme, the new generation JavaScript interpreter of the Safari browser (or better, of the WebKit open source web browser engine). Benchmarks should always be taken with a grain of salt but performance gains of this new implementation are really astonishing.
No comments:
Post a Comment