Inner loop

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Lua error in package.lua at line 80: module 'strict' not found.

In computer programs, an important form of control flow is the loop which causes a block of code to be executed more than once. A common idiom is to have a loop nested inside another loop, with the contained loop being commonly referred to as the inner loop. This is significant because the block within the inner loop will be executed by far the most times, so optimizations for the inner loop will have much more effect on the overall execution than program.

<templatestyles src="Asbox/styles.css"></templatestyles>