Kalpana Kalpana (Editor)

Loop perforation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Loop perforation is an approximate computing technique that allows to regularly skip some iterations of a loop.

It relies on one parameter: the skip factor. The skip factor can either be interpreted as the number of iteration to skip each time or the number of iterations to perform before skipping one.

Code examples

The examples that follows provide the result of loop perforation applied on this C-like source code

References

Loop perforation Wikipedia