Re: Plans for 2.8 - GNOME Managed Language Services?



On Fri, 2004-03-26 at 18:01 -0500, Manuel Amador (Rudd-O) wrote:

> AFAIK, code written in C# and compiled to the Mono runtime should run
> equally fast as the C equivalent.  Note I said run, meaning that I don't
> count:

That's not quite true.  There is additional overhead in running things
like gc and runtime checks that C doesn't do.  If you want pure
performance, you're going to do better with C code.  The reasons for
using java or C# or whatever have nothing to do with performance, but
can rather be justified by saying that the performance is not hurt very
much, or that the faster development times outweigh the runtime
performance problems.

In the real world, the performance impact is quite small.  But it is
incorrect to say that they will run equally fast.

-Rob




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]