noun
queue; FIFO list; pushup list
Computing term for a first-in-first-out data structure; 先入れ先出し is the Japanese translation of FIFO, and リスト is 'list'. 'Pushup list' is a less common synonym.
このプログラムでは、タスクを先入れ先出しリストで管理している。
This program manages tasks using a FIFO list.
A stack is a LIFO (last-in-first-out) data structure, contrasting with the FIFO behavior of a queue.
Compound of 先入れ (さきいれ, 'first in'), 先出し (さきだし, 'first out'), and リスト ('list'), directly translating the English computing term 'FIFO list'.