Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to measure and improve Node.js performance

How To Measure And Improve Node.js Performance

Change is the only constant in software, and few languages change like Javascript. One of the biggest changes we’ve seen is that JavaScript is now extremely fast. One of the fastest JavaScript engines in existence is Google’s V8, which powers both Chrome and Node.js. In simple benchmarks, well-optimized JS (JavaScript) executed by V8 often performs at 80-90% of the speed of the corresponding C++ code. This speed is thanks to the immense amount of work that has gone into V8’s JIT (just-in-time) compiler.



This post first appeared on Popular Java Frameworks, please read the originial post: here

Share the post

How to measure and improve Node.js performance

×

Subscribe to Popular Java Frameworks

Get updates delivered right to your inbox!

Thank you for your subscription

×