<?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: Not a memory leak&#8230;</title>
	<atom:link href="http://www.piotrzurek.net/2006/10/06/not-a-memory-leak/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piotrzurek.net/2006/10/06/not-a-memory-leak/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 03:41:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: piotr</title>
		<link>http://www.piotrzurek.net/2006/10/06/not-a-memory-leak/comment-page-1/#comment-62</link>
		<dc:creator>piotr</dc:creator>
		<pubDate>Mon, 09 Oct 2006 21:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.piotrzurek.net/2006/10/06/not-a-memory-leak/#comment-62</guid>
		<description>Hmmm...
1. The NodeCollection is also List&lt;t&gt; based. It's in fact quite similar to my Topics class.
2. Well, there is no way I'm going to draw without anti-aliasing. I'd rather drop the project than create a crappy looking one.
3. I've done a similar thing. When I draw rectangles with fixed dimensions (not based on the Pango.Layout size) it's fast enough.

PS. No co ty Swider. Bedziemy sie wyglupiac w rozmowe po angielsku na blogu zamiast mailem po ludzku?&lt;/t&gt;</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;<br />
1. The NodeCollection is also List<t> based. It&#8217;s in fact quite similar to my Topics class.<br />
2. Well, there is no way I&#8217;m going to draw without anti-aliasing. I&#8217;d rather drop the project than create a crappy looking one.<br />
3. I&#8217;ve done a similar thing. When I draw rectangles with fixed dimensions (not based on the Pango.Layout size) it&#8217;s fast enough.</p>
<p>PS. No co ty Swider. Bedziemy sie wyglupiac w rozmowe po angielsku na blogu zamiast mailem po ludzku?</t></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swider</title>
		<link>http://www.piotrzurek.net/2006/10/06/not-a-memory-leak/comment-page-1/#comment-61</link>
		<dc:creator>Swider</dc:creator>
		<pubDate>Mon, 09 Oct 2006 14:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.piotrzurek.net/2006/10/06/not-a-memory-leak/#comment-61</guid>
		<description>PS2: I've written simple code that generates tree of topics (using List object - just like yourself) using my HDD structure as input and draws it on screen (simple way - just frames without names connected by bezier line) and it runs like hell. I'm using standard forms - no mono/cairo.</description>
		<content:encoded><![CDATA[<p>PS2: I&#8217;ve written simple code that generates tree of topics (using List object - just like yourself) using my HDD structure as input and draws it on screen (simple way - just frames without names connected by bezier line) and it runs like hell. I&#8217;m using standard forms - no mono/cairo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swider</title>
		<link>http://www.piotrzurek.net/2006/10/06/not-a-memory-leak/comment-page-1/#comment-60</link>
		<dc:creator>Swider</dc:creator>
		<pubDate>Mon, 09 Oct 2006 13:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.piotrzurek.net/2006/10/06/not-a-memory-leak/#comment-60</guid>
		<description>PS: Also you said that drawing connections may be the problem. Have you tried turning anti-aliasing off?

S.</description>
		<content:encoded><![CDATA[<p>PS: Also you said that drawing connections may be the problem. Have you tried turning anti-aliasing off?</p>
<p>S.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swider</title>
		<link>http://www.piotrzurek.net/2006/10/06/not-a-memory-leak/comment-page-1/#comment-59</link>
		<dc:creator>Swider</dc:creator>
		<pubDate>Mon, 09 Oct 2006 13:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.piotrzurek.net/2006/10/06/not-a-memory-leak/#comment-59</guid>
		<description>Try using Node and NodeCollection instead of using List. They are generic tree classes that may be way better optimized for operating tree structures than List which you are using now (in project version I have). More info at http://www.codeproject.com/csharp/trees.asp

Greets</description>
		<content:encoded><![CDATA[<p>Try using Node and NodeCollection instead of using List. They are generic tree classes that may be way better optimized for operating tree structures than List which you are using now (in project version I have). More info at <a href="http://www.codeproject.com/csharp/trees.asp" rel="nofollow">http://www.codeproject.com/csharp/trees.asp</a></p>
<p>Greets</p>
]]></content:encoded>
	</item>
</channel>
</rss>
