<?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: Performance with Scala Arrays and Lists</title>
	<atom:link href="http://blog.semergence.com/2007/06/22/performance-with-scala-arrays-and-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.semergence.com/2007/06/22/performance-with-scala-arrays-and-lists/</link>
	<description>Seth Ladd's blog about Ruby on Rails and crunching data.</description>
	<pubDate>Sat, 10 Jan 2009 03:00:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sethladd</title>
		<link>http://blog.semergence.com/2007/06/22/performance-with-scala-arrays-and-lists/#comment-197</link>
		<dc:creator>sethladd</dc:creator>
		<pubDate>Sat, 23 Jun 2007 17:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://204.14.242.104/?p=611#comment-197</guid>
		<description>&lt;p&gt;Using the ::: method is going to be slower than using :: anyway, as some other tests I've done seem to indicate.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Using the ::: method is going to be slower than using :: anyway, as some other tests I&#8217;ve done seem to indicate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Illsley</title>
		<link>http://blog.semergence.com/2007/06/22/performance-with-scala-arrays-and-lists/#comment-196</link>
		<dc:creator>David Illsley</dc:creator>
		<pubDate>Sat, 23 Jun 2007 07:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://204.14.242.104/?p=611#comment-196</guid>
		<description>&lt;p&gt;Sorry, re-read the intro. Shouldn't try to think sbout functional programming before my first coffee of the day,&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, re-read the intro. Shouldn&#8217;t try to think sbout functional programming before my first coffee of the day,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Illsley</title>
		<link>http://blog.semergence.com/2007/06/22/performance-with-scala-arrays-and-lists/#comment-198</link>
		<dc:creator>David Illsley</dc:creator>
		<pubDate>Sat, 23 Jun 2007 06:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://204.14.242.104/?p=611#comment-198</guid>
		<description>&lt;p&gt;I'm not a Scala guru, but have been looking at it in the last few weeks and I seemed to remember a ':::' (triple colon) operator for concatenating lists together. A quick google later and I'm at [1] which seems to suggest you can:&lt;/p&gt;

&lt;p&gt;scala&#62; List(-1,-2, 1,2,3) ::: List(99, 33, -1, -2, 3)
line30: scala.List[scala.Int] = List(-1,-2,1,2,3,99,33,-1,-2,3) &lt;/p&gt;

&lt;p&gt;Given that that's built-in, I expect there's a pretty good chance it'll be faster.&lt;/p&gt;

&lt;p&gt;[1] http://blog.lostlake.org/index.php?/archives/41-Scala-Idioms,-Step-1,-Lists-and-Maps.html&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a Scala guru, but have been looking at it in the last few weeks and I seemed to remember a &#8216;:::&#8217; (triple colon) operator for concatenating lists together. A quick google later and I&#8217;m at [1] which seems to suggest you can:</p>
<p>scala&gt; List(-1,-2, 1,2,3) ::: List(99, 33, -1, -2, 3)<br />
line30: scala.List[scala.Int] = List(-1,-2,1,2,3,99,33,-1,-2,3) </p>
<p>Given that that&#8217;s built-in, I expect there&#8217;s a pretty good chance it&#8217;ll be faster.</p>
<p>[1] <a href="http://blog.lostlake.org/index.php?/archives/41-Scala-Idioms,-Step-1,-Lists-and-Maps.html" rel="nofollow">http://blog.lostlake.org/index.php?/archives/41-Scala-Idioms,-Step-1,-Lists-and-Maps.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
