<?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>C++ Performance &#187; announcements</title>
	<atom:link href="http://blogs.adobe.com/cplusplusperformance/category/announcements/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/cplusplusperformance</link>
	<description>Chris Cox on C++ Performance</description>
	<lastBuildDate>Fri, 10 Sep 2010 22:10:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Second release</title>
		<link>http://blogs.adobe.com/cplusplusperformance/2008/12/second_release.html</link>
		<comments>http://blogs.adobe.com/cplusplusperformance/2008/12/second_release.html#comments</comments>
		<pubDate>Tue, 09 Dec 2008 22:40:48 +0000</pubDate>
		<dc:creator>Chris Cox</dc:creator>
				<category><![CDATA[announcements]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/cplusplusperformance/2008/12/second_release.html</guid>
		<description><![CDATA[The second release of my benchmark is now available from http://stlab.adobe.com/performance/ . Sorry for the delay. I meant to post new files every month or two, but Photoshop CS4 kept me busy for a while. I&#8217;ve updated a few things in the existing files, and added 3 new files. Function ObjectsThis is a benchmark for [...]]]></description>
				<content:encoded><![CDATA[<p>The second release of my benchmark is now available from <a href="http://stlab.adobe.com/performance/">http://stlab.adobe.com/performance/</a> .</p>
<p>Sorry for the delay. I meant to post new files every month or two, but Photoshop CS4 kept me busy for a while.</p>
<p>I&#8217;ve updated a few things in the existing files, and added 3 new files.</p>
<p><DL><DT>Function Objects</DT><DD>This is a benchmark for instantiation of simple functors, and partly a demonstration of the relative performance of function pointers, functors and inline operators.   When a compiler works well, functors and inline operators should perform identically.  Of course, there is some room for improvement.</DD></p>
<p><DT>Simple Types Constant Folding</DT><DD>Most developers assume that their compiler will do a good job of folding constant math expressions on simple data types.  But do developers verify that assumption?  One compiler does a decent job of folding the constants, but sometimes issues empty loops after removing constant calculations from the loops.  Other compilers simplify some calculations but not other, similar calculations.</DD></p>
<p><DT>Stepanov Vector</DT><DD>What happens to performance when I replace a pointer with a vector iterator?  And what happens if I use reverse iterators?  This is a test of the compiler and of the STL implementation shipped with the compiler.  It&#8217;s really sad to see good compilers brought to their knees by bad STL implementations.</DD><br />
</DL></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/cplusplusperformance/2008/12/second_release.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Release now available</title>
		<link>http://blogs.adobe.com/cplusplusperformance/2008/05/release_now_available.html</link>
		<comments>http://blogs.adobe.com/cplusplusperformance/2008/05/release_now_available.html#comments</comments>
		<pubDate>Tue, 13 May 2008 21:34:21 +0000</pubDate>
		<dc:creator>Chris Cox</dc:creator>
				<category><![CDATA[announcements]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/cplusplusperformance/2008/05/release_now_available.html</guid>
		<description><![CDATA[The initial release of my benchmark is available now from http://stlab.adobe.com/performance/.]]></description>
				<content:encoded><![CDATA[<p>The initial release of my benchmark is available now from <A HREF="http://stlab.adobe.com/performance/">http://stlab.adobe.com/performance/</A>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/cplusplusperformance/2008/05/release_now_available.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
