Sometimes a tiny amount of code costs a huge amount of performance. This is especially true of built-in language features, which many programmers assume to be extremely cheap if not free. Today we’ll look at if
and see just how much performance it can cost your app. Read on to see!
Posts Tagged branching
The if-else
keyword is not free. So, how expensive is it? Today’s article finds out.