<?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: QTL or STL?</title>
	<atom:link href="http://blog.codeimproved.net/2009/12/qtl-or-stl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codeimproved.net/2009/12/qtl-or-stl/</link>
	<description></description>
	<lastBuildDate>Fri, 24 Dec 2010 15:45:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rodney</title>
		<link>http://blog.codeimproved.net/2009/12/qtl-or-stl/comment-page-1/#comment-29</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Wed, 14 Apr 2010 18:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codeimproved.net/?p=65#comment-29</guid>
		<description>Very helpful information, thanks!</description>
		<content:encoded><![CDATA[<p>Very helpful information, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Albuschat</title>
		<link>http://blog.codeimproved.net/2009/12/qtl-or-stl/comment-page-1/#comment-10</link>
		<dc:creator>Daniel Albuschat</dc:creator>
		<pubDate>Mon, 04 Jan 2010 14:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codeimproved.net/?p=65#comment-10</guid>
		<description>Regarding QString, it has another very important advantage: It is character-set-aware and even can transliterate between any supported character-set out of the box. That&#039;s something impossible with std::wstring, let alone std::string, but needed for most applications that handle external data in any way.</description>
		<content:encoded><![CDATA[<p>Regarding QString, it has another very important advantage: It is character-set-aware and even can transliterate between any supported character-set out of the box. That&#8217;s something impossible with std::wstring, let alone std::string, but needed for most applications that handle external data in any way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raj</title>
		<link>http://blog.codeimproved.net/2009/12/qtl-or-stl/comment-page-1/#comment-9</link>
		<dc:creator>raj</dc:creator>
		<pubDate>Mon, 04 Jan 2010 02:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codeimproved.net/?p=65#comment-9</guid>
		<description>Check out this customization of allocator, makes initial allocation in stack, http://stackoverflow.com/questions/354442/looking-for-c-stl-like-vector-class-but-using-stack-storage/354481#354481</description>
		<content:encoded><![CDATA[<p>Check out this customization of allocator, makes initial allocation in stack, <a href="http://stackoverflow.com/questions/354442/looking-for-c-stl-like-vector-class-but-using-stack-storage/354481#354481" rel="nofollow">http://stackoverflow.com/questions/354442/looking-for-c-stl-like-vector-class-but-using-stack-storage/354481#354481</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rpg</title>
		<link>http://blog.codeimproved.net/2009/12/qtl-or-stl/comment-page-1/#comment-8</link>
		<dc:creator>rpg</dc:creator>
		<pubDate>Sun, 03 Jan 2010 19:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codeimproved.net/?p=65#comment-8</guid>
		<description>Re: customizable allocator

I agree that most people will never write their own allocator since the default one will be sufficient for them.

However, there are special cases when using a custom allocator would significantly improve performance. e.g: Using a pool allocator when working with lots of small objects.

I assume that Trolltech didn&#039;t want to incur the costs of allocator customizations. So far this has not bothered me, and I would just use a STL container for that special case.</description>
		<content:encoded><![CDATA[<p>Re: customizable allocator</p>
<p>I agree that most people will never write their own allocator since the default one will be sufficient for them.</p>
<p>However, there are special cases when using a custom allocator would significantly improve performance. e.g: Using a pool allocator when working with lots of small objects.</p>
<p>I assume that Trolltech didn&#8217;t want to incur the costs of allocator customizations. So far this has not bothered me, and I would just use a STL container for that special case.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: blog.codeimproved.net @ 2012-02-05 19:37:31 -->
