vote up 3 vote down star
1

Are there any performance benchmarks for Mono compared to say Java in GNU/Linux?

Have you ever tested Mono's performance?

flag

4 Answers

vote up 3 vote down check

There is an interesting post from Miguel on this.

"Alvaro points out that in the Language Shootout Benchmark Mono comes in 18th place compared to Java's 10th place.

We know that Sun's proprietary Java edition (not the open source one, as that one is nowhere to be found yet) is faster than Mono, but I was surprised that we were so far behind. So I looked at the comparison between Java6 and Mono."

Comparison - Java and Mono

See Details Here

link|flag
vote up 5 vote down

amazedsaint > There is an interesting post from Miguel on this.

That chart is way out of date!

Here's a 6 month old Mono C# 1.9.1 comparison

Here's the current Mono C# 2.0.0 comparison

link|flag
vote up 1 vote down

I've seen one http://shootout.alioth.debian.org/gp4/csharp.php

link|flag
vote up -1 vote down

I benchmarked Mono 2.2 against various other VMs including OCaml, LLVM, .NET and Java:

Mono 2.2 vs OCaml vs .NET vs LLVM vs JDK

In summary, Mono 2.2 is better than Mono 2.0 but is still usually a lot slower than almost everything else.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.