Concept
FIFO
FIFO stands for First In, First Out: a scheduling discipline where items are processed in the exact order they arrive. It is the behavior of a plain queue, like a supermarket checkout line, as opposed to a stack (last in, first out) or a priority queue (most important first).
The rest of “FIFO” is a premium feature: every concept in the library gets a precise, practitioner-focused write-up like this one, cross-linked straight from the paper summaries that use it.
Log in to unlock→