<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://scarlet.deltasoft.com/index.php?action=history&amp;feed=atom&amp;title=B-Trees</id>
	<title>B-Trees - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://scarlet.deltasoft.com/index.php?action=history&amp;feed=atom&amp;title=B-Trees"/>
	<link rel="alternate" type="text/html" href="https://scarlet.deltasoft.com/index.php?title=B-Trees&amp;action=history"/>
	<updated>2026-05-29T18:44:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://scarlet.deltasoft.com/index.php?title=B-Trees&amp;diff=458&amp;oldid=prev</id>
		<title>Diccon: New page: The system uses B-Trees or Binary Tree indexing structure for multiple uses. Primarily for indexing nominated fields in any given file (See CREATE.INDEX) They are also used internally for ...</title>
		<link rel="alternate" type="text/html" href="https://scarlet.deltasoft.com/index.php?title=B-Trees&amp;diff=458&amp;oldid=prev"/>
		<updated>2009-08-18T11:32:35Z</updated>

		<summary type="html">&lt;p&gt;New page: The system uses B-Trees or Binary Tree indexing structure for multiple uses. Primarily for indexing nominated fields in any given file (See CREATE.INDEX) They are also used internally for ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The system uses B-Trees or Binary Tree indexing structure for multiple uses. Primarily for indexing nominated fields in any given file (See CREATE.INDEX) They are also used internally for many areas that require sorting. Constructing a B-Tree from a list of items and then reading them off in order. Using the B-Tree as a sorting algorithm.&lt;br /&gt;
&lt;br /&gt;
An example of the use of the systems sorting technique is SSELECT (Programs/code called in order):&lt;br /&gt;
*op_dio4.c/op_sselect()&lt;br /&gt;
*GPL.BP/_SSELECT&lt;br /&gt;
*op_sort.c/op_sortinit()&lt;br /&gt;
*op_sort.c/op_sortadd()&lt;br /&gt;
*op_sort.c/op_sortdata()&lt;br /&gt;
*op_sort.c/op_sortclear()&lt;/div&gt;</summary>
		<author><name>Diccon</name></author>
		
	</entry>
</feed>