<?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: Processing large datasets in real time</title>
	<atom:link href="http://adams.id.au/blog/2007/12/processing-large-datasets-in-real-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://adams.id.au/blog/2007/12/processing-large-datasets-in-real-time/</link>
	<description>Technology, mountain biking, politics &#38; music.</description>
	<pubDate>Fri, 10 Sep 2010 20:44:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sanj</title>
		<link>http://adams.id.au/blog/2007/12/processing-large-datasets-in-real-time/comment-page-1/#comment-98</link>
		<dc:creator>sanj</dc:creator>
		<pubDate>Thu, 20 Dec 2007 10:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://adams.id.au/blog/2007/12/processing-large-datasets-in-real-time/#comment-98</guid>
		<description>Hey Tom,

Great article as I said before. It might be good to mention that we profiled with YourKit and got the biggest performance boost by removing redundant objects and optimizing hashCode() - so simple, yet so good for you! :)

Also premature optimization is totally  unnecessary. None of the things we thought would really hold us back (such as text files over binary files) did in reality. Profiling with realistic data showed us exactly what should be optimized.</description>
		<content:encoded><![CDATA[<p>Hey Tom,</p>
<p>Great article as I said before. It might be good to mention that we profiled with YourKit and got the biggest performance boost by removing redundant objects and optimizing hashCode() - so simple, yet so good for you! <img src='http://adams.id.au/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Also premature optimization is totally  unnecessary. None of the things we thought would really hold us back (such as text files over binary files) did in reality. Profiling with realistic data showed us exactly what should be optimized.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
