Click here to Skip to main content
15,867,568 members
Articles / Programming Languages / C#
Tip/Trick

.Net Performance tip - 2

Rate me:
Please Sign up or sign in to vote.
3.00/5 (8 votes)
22 May 2010CPOL 19.7K   1   9
.Net Performance tip - 2
.Net Performance tip - 2

Last week i was doing some exploration on performance of if statements vs switch statements and surprisingly i found that switch is more performance intent than the if statements.

Hence the recomendation would be to prefer swicth over if statements.

I hope this helps!.

Regards,
-Vinayak

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect MindTree Ltd
India India
Motivated achiever who guides organizations in applying technology to business settings, provides added value, and creates project deliverables in a timely manner. An experienced Technical Consultant, have successfully led large project teams of more than 20 people from requirements gathering to implementation and support using C#, .NET ,ADO.NET, ADO.NET Entity Framework,ASP.NET,ASP.NET MVC, WCF and SQL Server.

Comments and Discussions

 
GeneralReason for my vote of 3 No backup to your reasoning hence a ... Pin
Simon_Whale5-Nov-10 2:35
Simon_Whale5-Nov-10 2:35 
GeneralReason for my vote of 1 lacking accurate performance numbers Pin
Chirag J Patel2-Aug-10 9:51
Chirag J Patel2-Aug-10 9:51 
Generalcheck out the link provided by daveauld (alternate1) - this ... Pin
johannesnestler25-May-10 4:19
johannesnestler25-May-10 4:19 
GeneralReason for my vote of 2 mentioned by the other voters: give ... Pin
johannesnestler25-May-10 4:14
johannesnestler25-May-10 4:14 
GeneralReason for my vote of 1 useless without numbers Pin
SledgeHammer0122-May-10 8:08
SledgeHammer0122-May-10 8:08 
GeneralReason for my vote of 1 useless without numbers. Pin
SledgeHammer0122-May-10 8:08
SledgeHammer0122-May-10 8:08 
GeneralReason for my vote of 2 Lacking information to substantiate ... Pin
DaveAuld22-May-10 3:01
professionalDaveAuld22-May-10 3:01 
GeneralIt would be of benefit if you provided code on how you perfo... Pin
DaveAuld22-May-10 2:27
professionalDaveAuld22-May-10 2:27 
It would be of benefit if you provided code on how you performed this benchmark, and also provide tabulated results to backup your claim.
GeneralIf and Switch statements performance Pin
Ravi LVS23-May-10 23:46
Ravi LVS23-May-10 23:46 

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.