Join us on IRC: #infoanarchy on irc.oftc.net — channel blog
FIFO
From iA wiki
See also: Programming | LIFO | Queue
- FIFO
- First-in-first-out
A common algorithm used in queues, where the first piece of data inserted into the queue is the first piece of data removed from the queue.

