L
Lloyd Dupont
I just stumbled on a forum were people were saying they were porting old
native C++ app to winform/C#/.NET
and they experienced:
- drop in performance
- huge memory consumption.
Someone was saying this:
========
Recently I ported to C# a small transmatch cirquit design C++ application I
wrote a few years ago. The .NET port was more than 4x slower than native and
consumes up to 60MB of memory while native used no more than 5MB.
========
I found that hard to believe.
Although, honnestly, I cannot clain that I have done much real C++ work with
MFC or Win32. So I cannot realy compare objectively.
I just know that C# alway behaved well for what I need...
But anyway, I was wondering, could anyone share his experience on product
development with C# & C++ and compare the result.
Caution, I'm mainly interested in people having extensive experience in both
C++ & .NET. Not in newbied who says this new language (be it C# or C++)
sucks. But someone who has written a few real world program in both and
could compare with a wealth of performance/productivity
advice/ideas/feedback.
thanks ;-)
native C++ app to winform/C#/.NET
and they experienced:
- drop in performance
- huge memory consumption.
Someone was saying this:
========
Recently I ported to C# a small transmatch cirquit design C++ application I
wrote a few years ago. The .NET port was more than 4x slower than native and
consumes up to 60MB of memory while native used no more than 5MB.
========
I found that hard to believe.
Although, honnestly, I cannot clain that I have done much real C++ work with
MFC or Win32. So I cannot realy compare objectively.
I just know that C# alway behaved well for what I need...
But anyway, I was wondering, could anyone share his experience on product
development with C# & C++ and compare the result.
Caution, I'm mainly interested in people having extensive experience in both
C++ & .NET. Not in newbied who says this new language (be it C# or C++)
sucks. But someone who has written a few real world program in both and
could compare with a wealth of performance/productivity
advice/ideas/feedback.
thanks ;-)