Re: C++ vs.C# in a graphics app.
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Sun, 26 Jun 2005 07:34:09 +0100
Aykut <gazoz@xxxxxxxxxxxxxx> wrote:
> Is c# definitely faster than java for that kind of operations?
While working with the raw data, they're probably about the same speed
- I would expect some kinds of operation to be faster with the Java
JVM, and some to be faster with .NET. The real difference is going to
be getting the data to and from the screen. I'd expect .NET to be
quicker there, but whether the overall process is faster depends on how
much time you're spending processing the data and how much time is
taken with the Win32 calls.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
.
- Follow-Ups:
- Re: C++ vs.C# in a graphics app.
- From: Chad Z. Hower aka Kudzu
- Re: C++ vs.C# in a graphics app.
- References:
- C++ vs.C# in a graphics app.
- From: Aykut
- Re: C++ vs.C# in a graphics app.
- From: Frank Hileman
- Re: C++ vs.C# in a graphics app.
- From: Aykut
- C++ vs.C# in a graphics app.
- Prev by Date: Re: C++ vs.C# in a graphics app.
- Next by Date: Re: Loading secondary form
- Previous by thread: Re: C++ vs.C# in a graphics app.
- Next by thread: Re: C++ vs.C# in a graphics app.
- Index(es):