Talk:FIFO (computing and electronics): Difference between revisions

Content deleted Content added
talk about confusion between stack, array, and FIFO/LIFO
Line 1:
{{Sys rating|class=start|importance=mid|field=Cybernetics}}
 
==Stack only LIFO?==
According to [[Stack_(abstract_data_type)]] a stack must use LIFO structure, and I agree that it's more common, but the Perl programming languages provide functions for managing 'stacks', really arrays, in FIFO order using shift() and push(). Fuzziness between the terms 'stack' with 'array'? If you find stack inappropriate, please replace it with mention to data arrays. [[User:Zerohourrct|Zerohourrct]] ([[User talk:Zerohourrct|talk]]) 15:22, 23 September 2013 (UTC)
 
==Proposed merge with [[Queue]]==