High Performance Software - TechRepublic
General discussion
August 3, 2004 at 09:57 PM
nsingh11172

High Performance Software

by nsingh11172 . Updated 21 years, 2 months ago

Is there any difference performance-wise between a switch and an
if-else statement? I need to choose between them for an important part
of my code that will have about 100 if-elseif statements or a switch
with 100 or so cases.

This discussion is locked

All Comments