https://en.wikipedia.org/wiki/SIMD
Loop unrolling, also known as loop unwinding, is a loop transformation technique that attempts to optimize a program’s execution speed at the expense of its binary size, which is an approach known as the space-time tradeoff. The transformation can be undertaken manually by the programmer or by an optimizing compiler.
https://en.wikipedia.org/wiki/Loop_unrolling
In computer science, an Anytime Algorithm is an algorithm that can return a valid solution to a problem even if it is interrupted before it ends. The algorithm is expected to find better and better solutions the more time it keeps running.
https://en.wikipedia.org/wiki/Anytime_algorithm