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

Content deleted Content added
No edit summary
Asynchon vs synchron FIFO
Line 1:
{{Sys rating|class=start|importance=mid|field=Cybernetics}}
==Asynchronous vs synchronous FIFO?==
 
I think the Explanation of synchronous FIFO is wrong. You can have different clocks for reading and writing. This datasheet of a synchronous FIFO says so http://www.ti.com/product/sn74v215. ([[Special:Contributions/84.114.33.167|84.114.33.167]] ([[User talk:84.114.33.167|talk]]) 10:25, 27 May 2014 (UTC))
==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)