<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://genome.sph.umich.edu/w/index.php?action=history&amp;feed=atom&amp;title=830_-_BestAlignment%3A%3AIterateCache%28%29</id>
	<title>830 - BestAlignment::IterateCache() - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://genome.sph.umich.edu/w/index.php?action=history&amp;feed=atom&amp;title=830_-_BestAlignment%3A%3AIterateCache%28%29"/>
	<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=830_-_BestAlignment::IterateCache()&amp;action=history"/>
	<updated>2026-09-26T22:49:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://genome.sph.umich.edu/w/index.php?title=830_-_BestAlignment::IterateCache()&amp;diff=8908&amp;oldid=prev</id>
		<title>Goncalo: Created page with &quot;&lt;source lang=&quot;cpp&quot;&gt; unsigned int BestAlignment::IterateCache(unsigned int key)         {         int h = (key * PRIME) % cacheSize;          while (cache[h] != -1 &amp;&amp; cache[h] ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=830_-_BestAlignment::IterateCache()&amp;diff=8908&amp;oldid=prev"/>
		<updated>2013-10-28T17:58:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt; unsigned int BestAlignment::IterateCache(unsigned int key)         {         int h = (key * PRIME) % cacheSize;          while (cache[h] != -1 &amp;amp;&amp;amp; cache[h] ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
unsigned int BestAlignment::IterateCache(unsigned int key)&lt;br /&gt;
        {&lt;br /&gt;
        int h = (key * PRIME) % cacheSize;&lt;br /&gt;
&lt;br /&gt;
        while (cache[h] != -1 &amp;amp;&amp;amp; cache[h] != key)&lt;br /&gt;
           h = h + 1 &amp;gt;= cacheSize ? 0 : h + 1;&lt;br /&gt;
&lt;br /&gt;
        return h;&lt;br /&gt;
        }&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Goncalo</name></author>
	</entry>
</feed>