<?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: Priority Queue</title>
	<atom:link href="http://jens.ayton.se/blag/priority-queue/feed/" rel="self" type="application/rss+xml" />
	<link>http://jens.ayton.se/blag/priority-queue/</link>
	<description>Cocoa coding stuff, when I can be bothered.</description>
	<lastBuildDate>Tue, 02 Aug 2011 15:50:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jens Ayton</title>
		<link>http://jens.ayton.se/blag/priority-queue/comment-page-1/#comment-309</link>
		<dc:creator>Jens Ayton</dc:creator>
		<pubDate>Mon, 06 Sep 2010 13:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://jens.ayton.se/blag/priority-queue/#comment-309</guid>
		<description>&lt;code&gt;NSOperationQueue&lt;/code&gt; is specialised for, well, operations. It isn’t an appropriate model for everything that requires a priority queue. It wouldn’t be a good choice for my original use case, for instance.

Besides, &lt;code&gt;NSOperationQueue&lt;/code&gt; was not publicly available at the time this post was written, and as I mentioned (twice) I needed compatibility with GNUstep, which didn’t have &lt;code&gt;NSOperationQueue&lt;/code&gt; until earlier this year.</description>
		<content:encoded><![CDATA[<p><code>NSOperationQueue</code> is specialised for, well, operations. It isn’t an appropriate model for everything that requires a priority queue. It wouldn’t be a good choice for my original use case, for instance.</p>
<p>Besides, <code>NSOperationQueue</code> was not publicly available at the time this post was written, and as I mentioned (twice) I needed compatibility with GNUstep, which didn’t have <code>NSOperationQueue</code> until earlier this year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://jens.ayton.se/blag/priority-queue/comment-page-1/#comment-308</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Mon, 06 Sep 2010 07:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://jens.ayton.se/blag/priority-queue/#comment-308</guid>
		<description>The framework does have a priority queue it&#039;s called NSOperationQueue. you create custom subclasses of NSOperation and send them to the queue.</description>
		<content:encoded><![CDATA[<p>The framework does have a priority queue it&#8217;s called NSOperationQueue. you create custom subclasses of NSOperation and send them to the queue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Favo Yang</title>
		<link>http://jens.ayton.se/blag/priority-queue/comment-page-1/#comment-183</link>
		<dc:creator>Favo Yang</dc:creator>
		<pubDate>Thu, 26 Mar 2009 03:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://jens.ayton.se/blag/priority-queue/#comment-183</guid>
		<description>Just looking for a priority queue, it&#039;s sweet. Thanks!</description>
		<content:encoded><![CDATA[<p>Just looking for a priority queue, it&#8217;s sweet. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Ayton</title>
		<link>http://jens.ayton.se/blag/priority-queue/comment-page-1/#comment-114</link>
		<dc:creator>Jens Ayton</dc:creator>
		<pubDate>Sat, 06 Sep 2008 11:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://jens.ayton.se/blag/priority-queue/#comment-114</guid>
		<description>Isn’t there? Oh, there isn’t. Oh, and the test file doesn’t do anything. Bit rot, I say!

Anyway, it’s fixed now.</description>
		<content:encoded><![CDATA[<p>Isn’t there? Oh, there isn’t. Oh, and the test file doesn’t do anything. Bit rot, I say!</p>
<p>Anyway, it’s fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bleyddyn</title>
		<link>http://jens.ayton.se/blag/priority-queue/comment-page-1/#comment-113</link>
		<dc:creator>Bleyddyn</dc:creator>
		<pubDate>Sat, 06 Sep 2008 00:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://jens.ayton.se/blag/priority-queue/#comment-113</guid>
		<description>There doesn&#039;t seem to be a JAPriorityQueue.h file in the download.</description>
		<content:encoded><![CDATA[<p>There doesn&#8217;t seem to be a JAPriorityQueue.h file in the download.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

