Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How fast is Mono?

fast Mono
0
0 Posted

How fast is Mono?

0
0

We can not predict the future, but a conservative estimate is that it would be at least ‘as fast as other JIT engines’. In general, it is hard to answer the question rating from zero to ten as on a typical application there are many elements involved: • the quality of the generated code, this being a metric of the code generator and the optimizations implemented on it. You can read about some optimizations in Mono on the Runtime page. • The maturity of the class libraries used by the application. Mono’s tuning of class libraries has been done in an as-needed basis, and not every class is at the same level of maturity. • The host operating system: I/O benchmarks are dominated by the operating system specifics (file system performance, file system synchronization guarantees, micro kernel or not and so on). • Mono’s GC is a conservative collector, while Java and Microsoft’s .NET are copying/tracing collectors, so many benchmarks will go in one direction or the other depending on the task

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123