<?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>All My Brain &#187; optimization</title>
	<atom:link href="http://allmybrain.com/tag/optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:42:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How much overhead does C++ bring compared to straight C?</title>
		<link>http://allmybrain.com/2008/08/09/how-much-overhead-does-c-bring-compared-to-straight-c/</link>
		<comments>http://allmybrain.com/2008/08/09/how-much-overhead-does-c-bring-compared-to-straight-c/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 20:39:45 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=115</guid>
		<description><![CDATA[The other day, I had a conversation about putting C code onto an embedded chip. I wondered if it was possible to put C++ code on there. The gist of the conversation was that the C++ libraries had a lot of overhead and the executable size would be too large for the space available on [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/08/09/how-much-overhead-does-c-bring-compared-to-straight-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3 Optimizations for speeding Visual C++ compiled code.</title>
		<link>http://allmybrain.com/2008/08/06/3-optimizations-for-speeding-visual-c-compiled-code/</link>
		<comments>http://allmybrain.com/2008/08/06/3-optimizations-for-speeding-visual-c-compiled-code/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 13:55:22 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[programming challenge]]></category>
		<category><![CDATA[stl]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=102</guid>
		<description><![CDATA[For fun, I participated in a programming contest. Instead of describing the process this time, I thought I'd include a function. Can you guess what it does? I'm changing some of the variable names so it isn't obvious. &#160; unsigned short result &#91;dim&#93;&#91;dim&#93;; void foo&#40;const string&#38; info1, const string&#38; info2, string&#38; ret_val&#41; &#123; &#160; for [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/08/06/3-optimizations-for-speeding-visual-c-compiled-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

