Loop Tiling

In computer science, Loop tiling, also known as loop blocking, or strip mine and interchange, is a loop optimization technique used by compilers to make the execution of certain types of loops more efficient.

Read more about Loop Tiling:  Overview, Example, Further Reading