Ringbuffer: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 April 2025

  • curprev 15:0915:09, 25 April 2025Helpful talk contribs 3,136 bytes +3,136 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..."