<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>phpaddiction &#187; algorithm</title>
	<atom:link href="http://www.phpaddiction.com/tags/category/algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpaddiction.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2009 19:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Thats where the containers are.</title>
		<link>http://www.phpaddiction.com/tags/php/thats-where-the-containers-are/</link>
		<comments>http://www.phpaddiction.com/tags/php/thats-where-the-containers-are/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 04:33:55 +0000</pubDate>
		<dc:creator>Doug Hill</dc:creator>
				<category><![CDATA[algorithm]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpaddiction.com/tags/php/thats-where-the-containers-are/</guid>
		<description><![CDATA[My post awhile back asking about container libraries drew a "you don't need them so why are you looking?" response. Well at least I know where they are now according to this announcement of new data structures in SPL. I wish the documentation for the SPL was better, but I look forward to playing around [...]]]></description>
			<content:encoded><![CDATA[<p>My post awhile back asking about container libraries drew a "you don't need them so why are you looking?" response. Well at least I know where they are now according to this <a href="http://www.colder.ch/news/01-16-2008/30/new-datastructures-in-spl.html">announcement of new data structures in SPL</a>.</p>
<p>I wish the documentation for the SPL was better, but I look forward to playing around with the new stuff anyways. In fact the documentation still has nothing.</p>
<p>Not sure I needed a whole post for this but I was glad to have the question answered for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpaddiction.com/tags/php/thats-where-the-containers-are/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; No Container libraries?</title>
		<link>http://www.phpaddiction.com/tags/php/php-no-container-libraries/</link>
		<comments>http://www.phpaddiction.com/tags/php/php-no-container-libraries/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 16:43:34 +0000</pubDate>
		<dc:creator>Doug Hill</dc:creator>
				<category><![CDATA[algorithm]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpaddiction.com/tags/uncategorized/php-no-container-libraries/</guid>
		<description><![CDATA[Most compiled languages that I have used have some kind of container implementation, Lists, Maps, Trees, Stacks and all their many variations.  PHP has arrays and  the <a href="http://www.php.net/~helly/php/ext/spl/">SPL</a>. 

This post is more of a question than anything else, are there disadvantages that I can't see to having a standard container library for PHP?  One problem that I can see is that containers built in user code will definitely be slower than a native implementation. 

Am I overlooking something that already exists?  Google fails me!]]></description>
			<content:encoded><![CDATA[<p>Most compiled languages that I have used have some kind of container implementation, Lists, Maps, Trees, Stacks and all their many variations.  PHP has arrays and  the <a href="http://www.php.net/~helly/php/ext/spl/">SPL</a>. </p>
<p>This post is more of a question than anything else, are there disadvantages that I can't see to having a standard container library for PHP?  One problem that I can see is that containers built in user code will definitely be slower than a native implementation. </p>
<p>Am I overlooking something that already exists?  Google fails me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpaddiction.com/tags/php/php-no-container-libraries/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
