Data buffer: Difference between revisions

Content deleted Content added
m add cache
Tompsci (talk | contribs)
No edit summary
Line 1:
In [[computing]], a '''buffer''' is a region of [[Memory_(computers)|memory]] used to temporarily hold output or input data. The data can be output to or input from devices outside the [[computer]] or [[Process_(computing)|processes]] within a computer. Buffers can be implemented in either hardware or software, but the vast majority of buffers are implemented in software. Buffers mostly used when there is a difference between the rate at which data is recieved and the rate at which it can be processed, or in the case that these rates are variable.
 
==See also==
Line 7:
*[[Circular_buffer|Circular Buffer]]
*[[Cache]]
[[zh:緩衝器]]