<?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: C++ Callback Benchmarks</title>
	<atom:link href="http://codeplea.com/cpp-callback-benchmarks/feed" rel="self" type="application/rss+xml" />
	<link>http://codeplea.com/cpp-callback-benchmarks</link>
	<description>Random Thoughts on Programming</description>
	<lastBuildDate>Mon, 29 Apr 2013 23:05:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Lewis</title>
		<link>http://codeplea.com/cpp-callback-benchmarks#comment-12363</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Wed, 31 Aug 2011 15:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://codeplea.com/?p=415#comment-12363</guid>
		<description><![CDATA[I&#039;m using g++ on Windows (MinGW). I just ran your updated benchmark with CPPCallback and had very similar results to what you got.

My primary design goal with PlusCallback was to make something simple and easy to use. Being fast was an accidental side effect of that, so I&#039;m okay if it&#039;s not the fastest.

CPPCallback looks pretty good. If it was around a couple years ago, I might not have made PlusCallback.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using g++ on Windows (MinGW). I just ran your updated benchmark with CPPCallback and had very similar results to what you got.</p>
<p>My primary design goal with PlusCallback was to make something simple and easy to use. Being fast was an accidental side effect of that, so I&#8217;m okay if it&#8217;s not the fastest.</p>
<p>CPPCallback looks pretty good. If it was around a couple years ago, I might not have made PlusCallback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neo73</title>
		<link>http://codeplea.com/cpp-callback-benchmarks#comment-12355</link>
		<dc:creator>neo73</dc:creator>
		<pubDate>Wed, 31 Aug 2011 12:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://codeplea.com/?p=415#comment-12355</guid>
		<description><![CDATA[Thanks for sharing this very useful library and benchmark script. I experienced different results using g++ 4.6 and I benchmarked Elbert Mai&#039;s CPPCallback and libsigc++ callback implementations. The results and updated benchmark script can be found at http://www.rooot.net/en/development/code/38-cpp-member-function-pointers-and-delegates.html
What compiler did you used to run your benchmark?]]></description>
		<content:encoded><![CDATA[<p>Thanks for sharing this very useful library and benchmark script. I experienced different results using g++ 4.6 and I benchmarked Elbert Mai&#8217;s CPPCallback and libsigc++ callback implementations. The results and updated benchmark script can be found at <a href="http://www.rooot.net/en/development/code/38-cpp-member-function-pointers-and-delegates.html" rel="nofollow">http://www.rooot.net/en/development/code/38-cpp-member-function-pointers-and-delegates.html</a><br />
What compiler did you used to run your benchmark?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damn3d</title>
		<link>http://codeplea.com/cpp-callback-benchmarks#comment-4642</link>
		<dc:creator>Damn3d</dc:creator>
		<pubDate>Sat, 12 Feb 2011 16:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://codeplea.com/?p=415#comment-4642</guid>
		<description><![CDATA[Extremely useful library, IMHO much better than the bloated libsigc++. However it still would be nice to see libsigc++ in your performance comparison ;)]]></description>
		<content:encoded><![CDATA[<p>Extremely useful library, IMHO much better than the bloated libsigc++. However it still would be nice to see libsigc++ in your performance comparison ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bubu</title>
		<link>http://codeplea.com/cpp-callback-benchmarks#comment-218</link>
		<dc:creator>bubu</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://codeplea.com/?p=415#comment-218</guid>
		<description><![CDATA[Could you add Impossibly Fast C++ Delegates to your benchmark: http://www.codeproject.com/KB/cpp/ImpossiblyFastCppDelegate.aspx ?]]></description>
		<content:encoded><![CDATA[<p>Could you add Impossibly Fast C++ Delegates to your benchmark: <a href="http://www.codeproject.com/KB/cpp/ImpossiblyFastCppDelegate.aspx" rel="nofollow">http://www.codeproject.com/KB/cpp/ImpossiblyFastCppDelegate.aspx</a> ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
