Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Java pays more than C# (Score 1) 106

The longest run I saw when I glanced over it was 10 seconds.

On quadcore 10.71 elapsed seconds for a Java fannkuch-redux program that takes 42.25 cpu seconds.

So: the Java code was not even jit compiled

You must believe that Java is incredibly slow to JIT tiny tiny programs.

while the C# code most likely was AOT compiled

No. There is a separate comparison between C# .NET and C# aot

Comment Re:Just a decade ago. (Score 1) 170

I think my point about the benchmarks is still fair, though: FORTRAN wins (last time I checked) more of the funny language shootout benchmarks than any other single language.

Check again:
Someone contributed better C programs -- programmers matter.
Intel Fortran compared to GCC -- language implementations matter.

Slashdot Top Deals

My sister opened a computer store in Hawaii. She sells C shells down by the seashore.

Working...