1
C / C++ /C# / Re: Which version of C?
« on: March 08, 2011 »
As most of the processing resides in the GPU rather than the CPU these days, you can't really assume that C/C++ is faster than Java/C#. The JVM is an insanely great VM with top performance. I wouldn't recommend using Reflection in performance critial applications, but it is great for flexibility.
It's the same kind of people who say that C# is too slow compared to C, that said the same thing about C and ASM. And honestly, how many write ASM these days?
It's the same kind of people who say that C# is too slow compared to C, that said the same thing about C and ASM. And honestly, how many write ASM these days?