<?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: Lispy composable compiler</title>
	<atom:link href="http://www.reenigne.org/blog/lispy-composable-compiler/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reenigne.org/blog/lispy-composable-compiler/</link>
	<description>Stuff I think about</description>
	<lastBuildDate>Sun, 22 Jan 2012 21:39:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Reenigne blog &#187; Blog Archive &#187; String storage</title>
		<link>http://www.reenigne.org/blog/lispy-composable-compiler/comment-page-1/#comment-1442</link>
		<dc:creator>Reenigne blog &#187; Blog Archive &#187; String storage</dc:creator>
		<pubDate>Sun, 17 Aug 2008 23:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.reenigne.org/blog/?p=514#comment-1442</guid>
		<description>[...] An alternative that might work better (especially for something like a compiler) would be to do the concatenation lazily. Actual character data comes from just a few places (the input files which are kept in memory in their entirety, static character data, and program argument data). There are two subtypes of string - one consists of a pointer to the first character and an integer recording the number of characters in the string. The other subtype consists of a vector of strings which are to be concatenated together. Integers (and maybe also formatting information) could be kept in other subtypes. The resulting tree-like data structure has a lot in common with the one I described in Lispy composable compiler. [...]</description>
		<content:encoded><![CDATA[<p>[...] An alternative that might work better (especially for something like a compiler) would be to do the concatenation lazily. Actual character data comes from just a few places (the input files which are kept in memory in their entirety, static character data, and program argument data). There are two subtypes of string - one consists of a pointer to the first character and an integer recording the number of characters in the string. The other subtype consists of a vector of strings which are to be concatenated together. Integers (and maybe also formatting information) could be kept in other subtypes. The resulting tree-like data structure has a lot in common with the one I described in Lispy composable compiler. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

