tight loop

التعريفات والمعاني

== English == === Noun === tight loop (plural tight loops) (programming) A loop which contains few instructions and iterates many times. (programming) Such a loop which heavily uses I/O or processing resources, failing to adequately share them with other programs running in the operating system. ==== See also ==== infinite loop