Re: C# Faster Than VB?
From: Daniel O'Connell [C# MVP] (onyxkirx_at_--NOSPAM--comcast.net)
Date: 03/06/04
- Next message: Jon Skeet [C# MVP]: "Re: String.Join vs. StringBuilder, which is faster?"
- Previous message: polynomial5d_at_yahoo.com: "Last Name First"
- In reply to: Robby_at_Here.Now: "C# Faster Than VB?"
- Next in thread: Michael Giagnocavo [MVP]: "Re: C# Faster Than VB?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 6 Mar 2004 01:13:39 -0600
<Robby@Here.Now> wrote in message
news:06CD5E8D-FC76-4D93-99C2-A3CB44F723D1@microsoft.com...
> Is C# faster than VB .NET or are they only sepearted by a developers style
> and coding preference? I understand that all languages are compiled to
> MSIL so there should be no difference but you never know until you ask!
>
Nothing of any real importance. Due to minor differences in the compilers
its possible that one language may generate better code for a situation than
the other on a given JIT engine, but it shouldn't be noticable, considering
it'll likely be overshadowed by things you can't control, like page faulting
and context switches.
> Cheers, Robby
- Next message: Jon Skeet [C# MVP]: "Re: String.Join vs. StringBuilder, which is faster?"
- Previous message: polynomial5d_at_yahoo.com: "Last Name First"
- In reply to: Robby_at_Here.Now: "C# Faster Than VB?"
- Next in thread: Michael Giagnocavo [MVP]: "Re: C# Faster Than VB?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|