<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://alteeve.com/w/index.php?action=history&amp;feed=atom&amp;title=Hash</id>
	<title>Hash - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://alteeve.com/w/index.php?action=history&amp;feed=atom&amp;title=Hash"/>
	<link rel="alternate" type="text/html" href="https://alteeve.com/w/index.php?title=Hash&amp;action=history"/>
	<updated>2026-05-06T02:16:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://alteeve.com/w/index.php?title=Hash&amp;diff=444&amp;oldid=prev</id>
		<title>Digimer: Created page with &#039;{{header}}  A hash table, also known as a dictionary, is a programmatic way of storing elements in a way that allows their retrieval by using a named key. This allows a program t…&#039;</title>
		<link rel="alternate" type="text/html" href="https://alteeve.com/w/index.php?title=Hash&amp;diff=444&amp;oldid=prev"/>
		<updated>2009-10-12T01:58:24Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{header}}  A hash table, also known as a dictionary, is a programmatic way of storing elements in a way that allows their retrieval by using a named key. This allows a program t…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Páàjì titun&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{header}}&lt;br /&gt;
&lt;br /&gt;
A hash table, also known as a dictionary, is a programmatic way of storing elements in a way that allows their retrieval by using a named key. This allows a program to not worry about where in the hash an element is at any given time as it&amp;#039;s position is irrelevant to it&amp;#039;s retrieval.&lt;br /&gt;
&lt;br /&gt;
* Hash tables are generally slower than [[array|arrays]].&lt;br /&gt;
&lt;br /&gt;
Hash tables are often expressed in the following format:&lt;br /&gt;
&lt;br /&gt;
* Creating a hash table with four key/value pairs.&lt;br /&gt;
 hash=(&lt;br /&gt;
        some_key    =&amp;gt; &amp;quot;first_element&amp;quot;,&lt;br /&gt;
        another_key =&amp;gt; &amp;quot;foobar&amp;quot;,&lt;br /&gt;
        this_key    =&amp;gt; 12,&lt;br /&gt;
        that_key    =&amp;gt; &amp;quot;30.5&amp;quot;&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
* Retrieving one of the elements by using the associated key name.&lt;br /&gt;
 print hash{that_key};   # Would print &amp;quot;30.5&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In [[Perl]], hashes are prefixed with the &amp;#039;&amp;lt;span class=&amp;quot;code&amp;quot;&amp;gt;%&amp;lt;/span&amp;gt;&amp;#039; symbol.&lt;br /&gt;
&lt;br /&gt;
{{footer}}&lt;/div&gt;</summary>
		<author><name>Digimer</name></author>
	</entry>
</feed>