Ringbuffer

From Helpful
Revision as of 15:09, 25 April 2025 by Helpful (talk | contribs) (Created page with "<!-- A {{name|ringbuffer}}, or {{name|circular buffer}}, is a buffer that is seen as if the end and start art connected. Most implementations * are fixed in size * have a write pointer * have a read pointer For context, buffers in general often intend to deal with a delay, and/or difference in speed, between creation and consumption of data, and you typically deal with two "ends" of the data. There are some exceptions to this. For example, linux dmesg is do...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search