<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Ring_buffer</id>
		<title>Ring buffer - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Ring_buffer"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Ring_buffer&amp;action=history"/>
		<updated>2026-05-14T13:58:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=Ring_buffer&amp;diff=25713&amp;oldid=prev</id>
		<title>Jnc: Good start</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Ring_buffer&amp;diff=25713&amp;oldid=prev"/>
				<updated>2022-04-28T12:44:34Z</updated>
		
		<summary type="html">&lt;p&gt;Good start&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A '''ring buffer''' is a [[buffer]] (usually in [[main memory]]) which is defined so that logically the 'end' is joined to the 'start' (both of those being in terms of the buffer's actual storage area, not the 'start' and 'end' of the data currently actually held in the buffer). That way, adding additional items up to the storage end causes the next item to be placed at the storage start. The advantage of a ring buffer is that data items never need to be 'shuffled' (i.e. copied down towards the storage start) as other data items at the data start are removed.&lt;br /&gt;
&lt;br /&gt;
[[Category: Basics]]&lt;/div&gt;</summary>
		<author><name>Jnc</name></author>	</entry>

	</feed>