<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>bloomfilter Forum Rss Feed</title><link>http://www.codeplex.com/bloomfilter/Thread/List.aspx</link><description>bloomfilter Forum Rss Description</description><item><title>New Post: Invalid casting in hashInt32</title><link>http://bloomfilter.codeplex.com/discussions/361612</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div id="_mcePaste" style="width:1px; height:1px; overflow:hidden; top:0px; left:-10000px"&gt;
&amp;#65279;&lt;/div&gt;
&lt;p&gt;In the function &lt;span style="text-decoration:underline"&gt;hashInt32&lt;/span&gt; the input is safe-cast to a Nullable&amp;lt;UInt32&amp;gt; with disasterous effects: no Int32 can be hashed as the input, &amp;quot;x&amp;quot;, remains null.&lt;/p&gt;
&lt;p&gt;The only alternative I can see is to box the &amp;quot;T&amp;quot; input via Convert.ToUInt32 or to make an Int32 specific filter to avoid boxing.&lt;/p&gt;
&lt;/div&gt;</description><author>codekaizen</author><pubDate>Sun, 01 Jul 2012 22:55:02 GMT</pubDate><guid isPermaLink="false">New Post: Invalid casting in hashInt32 20120701105502P</guid></item><item><title>New Post: bestErrorRate constant</title><link>http://bloomfilter.codeplex.com/Thread/View.aspx?ThreadId=55760</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Great catch! Thank you, this will be corrected immediately.&lt;/p&gt;&lt;/div&gt;</description><author>fatcat1111</author><pubDate>Sun, 17 May 2009 17:17:26 GMT</pubDate><guid isPermaLink="false">New Post: bestErrorRate constant 20090517051726P</guid></item><item><title>New Post: bestErrorRate constant</title><link>http://bloomfilter.codeplex.com/Thread/View.aspx?ThreadId=55760</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Shouldn't the constant be:&lt;/p&gt;
&lt;p&gt;0.6185&lt;/p&gt;
&lt;p&gt;not 0.06185 as it appears in the code base.&lt;/p&gt;
&lt;p&gt;Even the PDF that is in the comments seems to confirm that...&lt;/p&gt;
&lt;pre&gt;             &lt;span style="color:blue"&gt;return&lt;/span&gt; (&lt;span style="color:blue"&gt;float&lt;/span&gt;)Math.Pow(0.06185, &lt;span style="color:blue"&gt;int&lt;/span&gt;.MaxValue / capacity); &lt;span style="color:green"&gt;// http://www.cs.princeton.edu/courses/archive/spring02/cs493/lec7.pdf&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/div&gt;</description><author>torial</author><pubDate>Fri, 08 May 2009 21:19:17 GMT</pubDate><guid isPermaLink="false">New Post: bestErrorRate constant 20090508091917P</guid></item><item><title>NEW POST: Nice work and big thanks</title><link>http://www.codeplex.com/bloomfilter/Thread/View.aspx?ThreadId=22171</link><description>&lt;div class="wikidoc"&gt;
Big thanks for the implementation.&lt;br /&gt;This will save us some time.&lt;br /&gt; &lt;br /&gt;We are going to use Bloom Filter algorithm for some database storage hash process.&lt;br /&gt;
&lt;/div&gt;</description><author>PulsarBlow</author><pubDate>Thu, 14 Feb 2008 18:47:03 GMT</pubDate><guid isPermaLink="false">NEW POST: Nice work and big thanks 20080214064703P</guid></item></channel></rss>