Content deleted Content added
m Undid edits by 59.92.235.60 (talk) to last revision by Mako001: nonconstructive edits |
→Circular buffer mechanics: start is a ptr, buffer capacity is an integer, write to and read from buffer *indices* (as described) are integers |
||
Line 46:
== Circular buffer mechanics ==
:[[Image:Hardware_circular_buffer_implementation_patent_us3979733_fig4.png|250px|thumb|Circular buffer implementation in hardware, US patent 3979733, fig4]]
A circular buffer can be implemented using
* buffer start in memory
* buffer capacity (Length)
|