<?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: How the Ruby heap is implemented</title>
	<atom:link href="http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/feed/" rel="self" type="application/rss+xml" />
	<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/</link>
	<description>Ecchi nanowa ikenai to omoimasu</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:14:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Understanding how Ruby stores objects in memory &#8211; the Ruby Heap &#171; The Irish Penguin</title>
		<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/comment-page-1/#comment-9990</link>
		<dc:creator>Understanding how Ruby stores objects in memory &#8211; the Ruby Heap &#171; The Irish Penguin</dc:creator>
		<pubDate>Wed, 28 Oct 2009 12:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/#comment-9990</guid>
		<description>[...] How the Ruby Heap is Implemented Phusion Passenger&#8217;s Hong Lai gives a great explanation of the Ruby Heap &#8211; the banner [...]</description>
		<content:encoded><![CDATA[<p>[...] How the Ruby Heap is Implemented Phusion Passenger&#8217;s Hong Lai gives a great explanation of the Ruby Heap &#8211; the banner [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonam</title>
		<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/comment-page-1/#comment-9850</link>
		<dc:creator>jonam</dc:creator>
		<pubDate>Tue, 24 Feb 2009 05:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/#comment-9850</guid>
		<description>This is the first time i am learning about ruby memory management,
It&#039;s good,
I got lot many things.</description>
		<content:encoded><![CDATA[<p>This is the first time i am learning about ruby memory management,<br />
It&#8217;s good,<br />
I got lot many things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 赖洪礼的 blog &#187; Memory usage comparison: Rails 1.2.6 vs 2.0.2</title>
		<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/comment-page-1/#comment-7927</link>
		<dc:creator>赖洪礼的 blog &#187; Memory usage comparison: Rails 1.2.6 vs 2.0.2</dc:creator>
		<pubDate>Wed, 19 Mar 2008 10:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/#comment-7927</guid>
		<description>[...] is usually the best measurement - but not for Ruby! In the past I&#8217;ve explained how Ruby&#8217;s heap is implemented. Ruby allocates several heaps, and the heaps contain equally-sized slots in which Ruby objects are [...]</description>
		<content:encoded><![CDATA[<p>[...] is usually the best measurement &#8211; but not for Ruby! In the past I&#8217;ve explained how Ruby&#8217;s heap is implemented. Ruby allocates several heaps, and the heaps contain equally-sized slots in which Ruby objects are [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish Talim</title>
		<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/comment-page-1/#comment-7118</link>
		<dc:creator>Satish Talim</dc:creator>
		<pubDate>Wed, 31 Oct 2007 00:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/#comment-7118</guid>
		<description>A very interesting read. Keep it coming.</description>
		<content:encoded><![CDATA[<p>A very interesting read. Keep it coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Figueroa</title>
		<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/comment-page-1/#comment-7065</link>
		<dc:creator>Sam Figueroa</dc:creator>
		<pubDate>Sun, 28 Oct 2007 12:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/#comment-7065</guid>
		<description>I code Ruby on Rails as a side hobby. I never thought the hard internals of the Ruby heap would interest me. Your article got me hooked after the first few paragraphs. A great read. Your effort was not in vain.</description>
		<content:encoded><![CDATA[<p>I code Ruby on Rails as a side hobby. I never thought the hard internals of the Ruby heap would interest me. Your article got me hooked after the first few paragraphs. A great read. Your effort was not in vain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How Ruby Manages Its Memory</title>
		<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/comment-page-1/#comment-7034</link>
		<dc:creator>How Ruby Manages Its Memory</dc:creator>
		<pubDate>Sat, 27 Oct 2007 14:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/#comment-7034</guid>
		<description>[...] &quot;How the Ruby heap is implemented,&quot; Hongli Lai looks at how Ruby manages its memory and stores your objects. It&#039;s reasonably [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8220;How the Ruby heap is implemented,&#8221; Hongli Lai looks at how Ruby manages its memory and stores your objects. It&#8217;s reasonably [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saad Savari</title>
		<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/comment-page-1/#comment-7005</link>
		<dc:creator>Saad Savari</dc:creator>
		<pubDate>Fri, 26 Oct 2007 15:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/#comment-7005</guid>
		<description>Great article. keep the good work coming</description>
		<content:encoded><![CDATA[<p>Great article. keep the good work coming</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/comment-page-1/#comment-6964</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 24 Oct 2007 16:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/#comment-6964</guid>
		<description>Excellent stuff, the graphics were a good call - help propigate to non-C folks.</description>
		<content:encoded><![CDATA[<p>Excellent stuff, the graphics were a good call &#8211; help propigate to non-C folks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tsai - Blog - How the Ruby Heap Is Implemented</title>
		<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/comment-page-1/#comment-6938</link>
		<dc:creator>Michael Tsai - Blog - How the Ruby Heap Is Implemented</dc:creator>
		<pubDate>Tue, 23 Oct 2007 14:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/#comment-6938</guid>
		<description>[...] not well documented, so Hongli Lai read the code to figure it [...]</description>
		<content:encoded><![CDATA[<p>[...] not well documented, so Hongli Lai read the code to figure it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Ocampo-Gooding</title>
		<link>http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/comment-page-1/#comment-6937</link>
		<dc:creator>Edward Ocampo-Gooding</dc:creator>
		<pubDate>Tue, 23 Oct 2007 14:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://izumi.plan99.net/blog/index.php/2007/10/12/how-the-ruby-heap-is-implemented/#comment-6937</guid>
		<description>Solid article. Thanks!</description>
		<content:encoded><![CDATA[<p>Solid article. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

