Performance Issues
Typically, up to 106 C instructions may be executed in a few milliseconds
A Java interpeter is roughly 50 times slower than C
Java “Just-In-Time” compiler is roughly 2–8 times slower than C
Perl is 500 times slower than C
JavaScript is 5000 times slower than C