Content deleted Content added
→Citations saying JNI is slow are very old: new section |
→Program Speed, the quake comparison: new section |
||
Line 269:
These citations do not give me confidence that this is still the case, and I would recommend the section be updated, or at least that a <nowiki>{{Update|inaccurate=yes}}</nowiki> tag be added to the section.
== Program Speed, the quake comparison ==
It's downright silly to say that a JIT Compiled Java version of Quake is faster than a 16+ year old C version of Quake. (Remember Moore's Law?) If the source code is available to RECOMPILE a Java program, then it's ALSO available to recompile a C program with modern optimizations. I don't have a "side" in this debate. I only ask that the comparisons made be actual, factual, fair ones.
Cache size and speed has change. Optimizations have changed (loop unrolling can overload cache size). Numbers of CPU's/cores has changed. If we're going to compare C and Java, they should both be using--at the very least--compilers from the same era.
[[User:Novous|Novous]] ([[User talk:Novous|talk]]) 06:27, 7 December 2013 (UTC)
|