Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
QuestionWhich one is faster ? Pin
Mohammad Dayyan15-Mar-09 0:12
Mohammad Dayyan15-Mar-09 0:12 
AnswerRe: Which one is faster ? Pin
#realJSOP15-Mar-09 1:36
mve#realJSOP15-Mar-09 1:36 
GeneralRe: Which one is faster ? Pin
Mohammad Dayyan15-Mar-09 5:54
Mohammad Dayyan15-Mar-09 5:54 
GeneralRe: Which one is faster ? Pin
#realJSOP15-Mar-09 6:33
mve#realJSOP15-Mar-09 6:33 
GeneralRe: Which one is faster ? Pin
Mohammad Dayyan15-Mar-09 6:38
Mohammad Dayyan15-Mar-09 6:38 
GeneralRe: Which one is faster ? Pin
King Julien15-Mar-09 21:08
King Julien15-Mar-09 21:08 
GeneralRe: Which one is faster ? Pin
Mohammad Dayyan15-Mar-09 22:07
Mohammad Dayyan15-Mar-09 22:07 
AnswerRe: Which one is faster ? Pin
Mark Churchill15-Mar-09 13:58
Mark Churchill15-Mar-09 13:58 
It doesnt matter. Most likely both of those examples will JIT down to identical code. If they don't now, then they might later. Performance difference of those examples comes down to the platform implementation, which is really none of your business in a high level language like C#.

You don't need to worry about performance at that level. If your application is running slowly, I can guarantee its not due to trivial things like this.


GeneralRe: Which one is faster ? Pin
Mohammad Dayyan15-Mar-09 22:09
Mohammad Dayyan15-Mar-09 22:09 
GeneralRe: Which one is faster ? Pin
Mark Churchill15-Mar-09 23:03
Mark Churchill15-Mar-09 23:03 
QuestionHow to remove a video Pin
Sokka9314-Mar-09 21:57
Sokka9314-Mar-09 21:57 
AnswerRe: How to remove a video Pin
Christian Graus14-Mar-09 22:38
protectorChristian Graus14-Mar-09 22:38 
GeneralRe: How to remove a video Pin
Sokka9315-Mar-09 0:59
Sokka9315-Mar-09 0:59 
GeneralRe: How to remove a video Pin
Sokka9315-Mar-09 2:18
Sokka9315-Mar-09 2:18 
GeneralRe: How to remove a video Pin
DaveyM6915-Mar-09 3:30
professionalDaveyM6915-Mar-09 3:30 
GeneralRe: How to remove a video Pin
Sokka9315-Mar-09 3:35
Sokka9315-Mar-09 3:35 
Questionhelp Pin
shefa' isied14-Mar-09 21:33
shefa' isied14-Mar-09 21:33 
AnswerRe: help Pin
Expert Coming14-Mar-09 21:44
Expert Coming14-Mar-09 21:44 
AnswerRe: help Pin
Christian Graus14-Mar-09 21:45
protectorChristian Graus14-Mar-09 21:45 
AnswerRe: help Pin
SimpleData15-Mar-09 0:24
SimpleData15-Mar-09 0:24 
GeneralRe: help Pin
shefa' isied15-Mar-09 1:15
shefa' isied15-Mar-09 1:15 
GeneralRe: help Pin
SimpleData15-Mar-09 1:18
SimpleData15-Mar-09 1:18 
GeneralRe: help Pin
shefa' isied15-Mar-09 1:49
shefa' isied15-Mar-09 1:49 
GeneralRe: help Pin
SimpleData15-Mar-09 1:52
SimpleData15-Mar-09 1:52 
GeneralRe: help Pin
shefa' isied15-Mar-09 21:51
shefa' isied15-Mar-09 21:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.