<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Burkhard-Keller (BK) Trees In Python</title>
	<atom:link href="http://hupp.org/adam/weblog/2007/10/28/burkhard-keller-bk-trees-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://hupp.org/adam/weblog/2007/10/28/burkhard-keller-bk-trees-in-python/</link>
	<description>The blog of Adam Hupp</description>
	<pubDate>Sun, 23 Nov 2008 14:20:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: adam</title>
		<link>http://hupp.org/adam/weblog/2007/10/28/burkhard-keller-bk-trees-in-python/#comment-69</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Mon, 29 Oct 2007 17:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://hupp.org/adam/weblog/2007/10/28/burkhard-keller-bk-trees-in-python/#comment-69</guid>
		<description>&lt;p&gt;Thanks for the pointer.  I'll take a 50X speedup any day:&lt;/p&gt;

&lt;pre&gt;&lt;code class="prettyprint"&gt;&#62;&#62;&#62; timeof(BKTree, levenshtein, w)
time:  147.626706839
&#62;&#62;&#62; timeof(BKTree, clevenshtein, w)
time:  2.95655703545
&#62;&#62;&#62;
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the pointer.  I&#8217;ll take a 50X speedup any day:</p>
<pre><code class="prettyprint">&gt;&gt;&gt; timeof(BKTree, levenshtein, w)
time:  147.626706839
&gt;&gt;&gt; timeof(BKTree, clevenshtein, w)
time:  2.95655703545
&gt;&gt;&gt;
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: ginstrom</title>
		<link>http://hupp.org/adam/weblog/2007/10/28/burkhard-keller-bk-trees-in-python/#comment-68</link>
		<dc:creator>ginstrom</dc:creator>
		<pubDate>Mon, 29 Oct 2007 14:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://hupp.org/adam/weblog/2007/10/28/burkhard-keller-bk-trees-in-python/#comment-68</guid>
		<description>&lt;p&gt;Interesting article! I don't have your data so I can't compare, but I'm sure that if you used the Levenshtein C extension module here:
http://trific.ath.cx/resources/python/levenshtein/
your tree-building time would be much shorter.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Interesting article! I don&#8217;t have your data so I can&#8217;t compare, but I&#8217;m sure that if you used the Levenshtein C extension module here:<br />
<a href="http://trific.ath.cx/resources/python/levenshtein/" rel="nofollow">http://trific.ath.cx/resources/python/levenshtein/</a><br />
your tree-building time would be much shorter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
