C# versus C++ versus Java performance comparison

C# versus C++ versus Java performance comparison

转载自: http://www.proxyfreesurfing.info/browse.php?u=Oi8vZXJpcmVmcm95bnFyLm95YnRmY2JnLnBiei8yMDA5LzAyL3AtaXJlZmhmLXAtaXJlZmhmLXduaW4tY3Jlc2Jlem5hcHIudWd6eQ%3D%3D&b=5&f=norefer

The performance comparison of C#, Java and C++ was always a controversial subject. Many people who are unfamiliar with JIT'ed environments claimed anything runs on JIT is too slow compared to C++. On the other hand people who actually use Java and C# usually claimed the otherwise that performance impact is negligable. Here's a nice chart I've found that a friend in freenode IRC server pointed me.   These benchmarks are done by Matt R Warren (aka Moridin8 in irc.freenode.net) and his original site is http://www.csharp-architect.com


According to below chart, choosing C++ just for the sake of performance doesn't seem very feasable to me. Remember :   Engineers are expensive and servers are not!




你可能感兴趣的:(C# versus C++ versus Java performance comparison)