<?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++ Map Speeds, MSVC++ Edition</title>
	<atom:link href="http://tinodidriksen.com/2009/10/04/cpp-map-speeds-msvc-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinodidriksen.com/2009/10/04/cpp-map-speeds-msvc-edition/</link>
	<description>The words and ideas of Tino Didriksen</description>
	<lastBuildDate>Fri, 27 Aug 2010 15:44:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tino Didriksen</title>
		<link>http://tinodidriksen.com/2009/10/04/cpp-map-speeds-msvc-edition/#comment-7724</link>
		<dc:creator>Tino Didriksen</dc:creator>
		<pubDate>Sun, 20 Dec 2009 17:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://tinodidriksen.com/?p=137#comment-7724</guid>
		<description>Was discussed on IRC ( irc://irc.quakenet.org/c%2b%2b ). Turns out Boost 1.38 was slower due to a serious regression when handling big containers. 1.39 and onwards ( http://www.boostpro.com/download ) are nice and smooth.</description>
		<content:encoded><![CDATA[<p>Was discussed on IRC ( <a href="irc://irc.quakenet.org/c%2b%2b" rel="nofollow">irc://irc.quakenet.org/c%2b%2b</a> ). Turns out Boost 1.38 was slower due to a serious regression when handling big containers. 1.39 and onwards ( <a href="http://www.boostpro.com/download" rel="nofollow">http://www.boostpro.com/download</a> ) are nice and smooth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr_Dark</title>
		<link>http://tinodidriksen.com/2009/10/04/cpp-map-speeds-msvc-edition/#comment-7723</link>
		<dc:creator>Mr_Dark</dc:creator>
		<pubDate>Sun, 20 Dec 2009 15:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://tinodidriksen.com/?p=137#comment-7723</guid>
		<description>I made a small bench for myself, but I have the opposite results from what you have (std::map vs boost:unordered_map). In my bench the std::map is much faster.

Code can be found here:
http://pastebin.com/m3cd74f51

So I&#039;d like to know what I&#039;m doing wrong here :P</description>
		<content:encoded><![CDATA[<p>I made a small bench for myself, but I have the opposite results from what you have (std::map vs boost:unordered_map). In my bench the std::map is much faster.</p>
<p>Code can be found here:<br />
<a href="http://pastebin.com/m3cd74f51" rel="nofollow">http://pastebin.com/m3cd74f51</a></p>
<p>So I&#8217;d like to know what I&#8217;m doing wrong here :P</p>
]]></content:encoded>
	</item>
</channel>
</rss>
