Loop Performance

From BR Wiki
Revision as of 15:30, 20 February 2012 by Mikhail.zheleznov (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In loops, avoid calculations for which the result never changes—such calculations should typically be placed before the loop.