<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Implementation of Dijkstra&#8217;s Single-Source Shortest-Paths in JavaScript</title>
	<atom:link href="http://wyattbaldwin.com/2008/08/19/implementation-of-dijkstras-single-source-shortest-paths-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://wyattbaldwin.com/2008/08/19/implementation-of-dijkstras-single-source-shortest-paths-in-javascript/</link>
	<description>Deep Water</description>
	<pubDate>Tue, 06 Jan 2009 03:59:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Huntley</title>
		<link>http://wyattbaldwin.com/2008/08/19/implementation-of-dijkstras-single-source-shortest-paths-in-javascript/comment-page-1/#comment-677</link>
		<dc:creator>Chris Huntley</dc:creator>
		<pubDate>Sun, 24 Aug 2008 04:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/?p=223#comment-677</guid>
		<description>If performance becomes an issue you may want to replace your generic sort routine (qsort?) with a d-heap. It's been 15 years since I last coded a heap from scratch, but I recall that even in C binary heaps aren't too bad to implement and O(1) insertions are pretty darn near impossible to beat, especially for building up big search trees one node at a time like A* does.</description>
		<content:encoded><![CDATA[<p>If performance becomes an issue you may want to replace your generic sort routine (qsort?) with a d-heap. It&#8217;s been 15 years since I last coded a heap from scratch, but I recall that even in C binary heaps aren&#8217;t too bad to implement and O(1) insertions are pretty darn near impossible to beat, especially for building up big search trees one node at a time like A* does.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
