<?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%3AisNewPosition%28%29</id>
	<title>830 - BestAlignment::isNewPosition() - 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%3AisNewPosition%28%29"/>
	<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=830_-_BestAlignment::isNewPosition()&amp;action=history"/>
	<updated>2026-09-27T23:04:54Z</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::isNewPosition()&amp;diff=8903&amp;oldid=prev</id>
		<title>Goncalo: Created page with &quot;&lt;source lang=&quot;cpp&quot;&gt; bool BestAlignment::isNewPosition(unsigned int pos) { 	int h = IterateCache(pos);  	if (cache[h] == pos) 		return false;  	cache[h] = pos; 	cacheItems++;  ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=830_-_BestAlignment::isNewPosition()&amp;diff=8903&amp;oldid=prev"/>
		<updated>2013-10-28T17:51:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt; bool BestAlignment::isNewPosition(unsigned int pos) { 	int h = IterateCache(pos);  	if (cache[h] == pos) 		return false;  	cache[h] = pos; 	cacheItems++;  ...&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;
bool BestAlignment::isNewPosition(unsigned int pos)&lt;br /&gt;
{&lt;br /&gt;
	int h = IterateCache(pos);&lt;br /&gt;
&lt;br /&gt;
	if (cache[h] == pos)&lt;br /&gt;
		return false;&lt;br /&gt;
&lt;br /&gt;
	cache[h] = pos;&lt;br /&gt;
	cacheItems++;&lt;br /&gt;
&lt;br /&gt;
	if (cacheItems * 2 &amp;gt; cacheSize)&lt;br /&gt;
		SetCacheSize(cacheSize * 2);&lt;br /&gt;
&lt;br /&gt;
	return true;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Goncalo</name></author>
	</entry>
</feed>