|
|
|
|
|
by lampe3
4576 days ago
|
|
What?
the first part is exactly that...
for example:
"So which is the faster virtual machine, V8 or JVM? My belief is that when you are coding in the most basic building blocks of either virtual machine (i.e JavaScript vs JVM Byte Code) that the JVM will win out every time. If you start to compare higher up, you may end up comparing apples with oranges and see false comparisons. For example, if we consider this comparison of V8 vs JVM performance at mathematical calculations. This blog post tells us that if we relax our specifications we can calculate things faster. Here is the specification that V8 must use for Math.pow and here is the specification that the JVM must use for Math.pow notice that the JavaScript specification allows for an “implementation-dependent approximation” (of unspecified accuracy) while the JVM version has the addition that" and at the second part too:
"... a limit of Node.js itself when used with the backing APIs that they have to call through to." It's just hidden better...
to me it reads like a java fan boy is crying why a company switched to language X from his language Y... |
|