tight loop

Computing Dictionary

tight loop definition

programming
A loop of code that executes without releasing any resources to other programs or the operating system.
Consider the following pointless BASIC loop that counts upward indefinitely
10 i = i + 1 20 GOTO 10
Run on a single-user system such as MS-DOS this will not cause any problems. Run on a cooperative multitasking operating system such as Windows 3, the system would appear to freeze.
A pre-emptive multitasking operating system such as UNIX or Windows NT would "steal" cycles away from the program and continue to run other programs.
See also busy-wait and multitasking.
(1999-05-06)

The Free On-line Dictionary of Computing, © Denis Howe 2010 http://foldoc.org
Cite This Source

00:10

00:09

00:08

00:07

00:06

00:05

00:04

00:03

00:02

00:01

Tight loop is always a great word to know.
So is interrobang. Does it mean:
the offspring of a zebra and a donkey.
a printed punctuation mark (‽), available only in some typefaces, designed to combine the question mark (?) and the exclamation point (!), indicating a mixture of query and interjection, as after a rhetorical question.
Dictionary.com, LLC. Copyright © 2012. All rights reserved.
  • Please Login or Sign Up to use the Recent Searches feature