Category Archives: C#

.NET spreading

More sites must be moving to .NET because I’m starting to see .NET stack dumps when visiting web sites. Today’s occurrence was the second in the week for me. I don’t remember the first site, but this one appeared to … Continue reading

Posted in C# | 1 Comment

Find Primes Updated

I’ve updated the FindPrimes Benchmark page with results running under Windows. I also updated the C++ code to work around the GCC compiler bug that produced incorrect results at higher levels of optimization, so now the Xcode C++ times are … Continue reading

Posted in C#, Code, Java | 2 Comments

FindPrimes Benchmark

I’ve posted a short write-up with code of a FindPrimes Benchmark to compare Java, C++ and C# execution speeds on my Mac. Summary: C++ takes 1.5 – 2 times as long as Java and C# takes 3 times as long … Continue reading

Posted in C#, Code, Java | 8 Comments