Re: CSharp Resize flicker and flashing

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: C# Learner (csharp_at_learner.here)
Date: 03/04/04


Date: Thu, 04 Mar 2004 04:42:54 +0000

Julie wrote:

> [...]
> C# is an interpreted language, so it will be slower than native machine code.
> I don't know if Delphi is interpreted or not.

Delphi's natively compiled.

Regards



Relevant Pages

  • Re: CSharp Resize flicker and flashing
    ... >> C# is an interpreted language, so it will be slower than native machine ... >> I don't know if Delphi is interpreted or not. ...
    (microsoft.public.dotnet.languages.csharp)
  • Java (bytecode) execution speed
    ... we expect an interpreted language to run a bit slower than native machine code. ... Obviously it all depends on what you're doing and how you're doing it, but still, there must be some rough rule of thumb as to what's a reasonable expectation for how by Java program should run compared to the equivalent C routine. ...
    (comp.lang.java.programmer)
  • Re: Speed-up for loops
    ... One order of magnitude (say 10-20x slower) wouldn't be so bad. ... you might expect for a dynamically typed, interpreted language. ... algorithms), like in some signal processing, there are specialized ... nice if you could directly code low-level algorithms in it without relying ...
    (comp.lang.python)