|
|
|
|
|
by GordonS
2963 days ago
|
|
> If you use programming constructs that are 50 times slower on average, your program will be 50 times slower on average Well, yes, but the relative difference between a for and foreach loop is miniscule - not 50x difference. In absolute terms, the overhead of both is barely measurable, and is extremely unlikely to be a bottleneck in any client-side application. |
|