<?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: php, sprintf and Memory Usage</title>
	<atom:link href="http://blog.ericlamb.net/2009/01/php-sprintf-and-memory-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ericlamb.net/2009/01/php-sprintf-and-memory-usage/</link>
	<description>Thoughts on programming, people and life</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:01:37 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Alex</title>
		<link>http://blog.ericlamb.net/2009/01/php-sprintf-and-memory-usage/comment-page-1/#comment-2422</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 06 Apr 2010 09:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=574#comment-2422</guid>
		<description>Using your example as a base I ran a trial using sprintf to format a string that was about nine megs.  Over 1000 loops sprintf wound up using over six more megs than using simple string concatenation.  

I guess sprintf really shouldn&#039;t be used with data that large.</description>
		<content:encoded><![CDATA[<p>Using your example as a base I ran a trial using sprintf to format a string that was about nine megs.  Over 1000 loops sprintf wound up using over six more megs than using simple string concatenation.  </p>
<p>I guess sprintf really shouldn&#8217;t be used with data that large.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://blog.ericlamb.net/2009/01/php-sprintf-and-memory-usage/comment-page-1/#comment-104</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Fri, 06 Feb 2009 01:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=574#comment-104</guid>
		<description>I wonder if I was lied to.....appears from your testing that there is not a big hit in memory. Anyone else ?</description>
		<content:encoded><![CDATA[<p>I wonder if I was lied to&#8230;..appears from your testing that there is not a big hit in memory. Anyone else ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

