<?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: Fast collection look-ups</title>
	<atom:link href="http://www.spartanjava.com/2009/fast-collection-look-ups/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spartanjava.com/2009/fast-collection-look-ups/</link>
	<description>Simple yet powerful Java programming</description>
	<lastBuildDate>Sun, 25 Apr 2010 05:52:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ricardoz</title>
		<link>http://www.spartanjava.com/2009/fast-collection-look-ups/comment-page-1/#comment-3089</link>
		<dc:creator>ricardoz</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.spartanjava.com/?p=26#comment-3089</guid>
		<description>It certainly is another option, I&#039;ll re-run the tests with it and post the results</description>
		<content:encoded><![CDATA[<p>It certainly is another option, I&#8217;ll re-run the tests with it and post the results</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralf</title>
		<link>http://www.spartanjava.com/2009/fast-collection-look-ups/comment-page-1/#comment-3088</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.spartanjava.com/?p=26#comment-3088</guid>
		<description>What if using a HashSet?
http://java.sun.com/developer/JDCTechTips/2002/tt1105.html</description>
		<content:encoded><![CDATA[<p>What if using a HashSet?<br />
<a href="http://java.sun.com/developer/JDCTechTips/2002/tt1105.html" rel="nofollow">http://java.sun.com/developer/JDCTechTips/2002/tt1105.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricardoz</title>
		<link>http://www.spartanjava.com/2009/fast-collection-look-ups/comment-page-1/#comment-2235</link>
		<dc:creator>ricardoz</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.spartanjava.com/?p=26#comment-2235</guid>
		<description>@nouseforaname: You are right about FastArrayList being targeted for multi-threaded environments, I&#039;ve removed it from the test since it doesn&#039;t contribute to the point I tried to make.

Regarding fast mode, it doesn&#039;t make a difference if you use the class from a single thread (like we are in a straight loop).

thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>@nouseforaname: You are right about FastArrayList being targeted for multi-threaded environments, I&#8217;ve removed it from the test since it doesn&#8217;t contribute to the point I tried to make.</p>
<p>Regarding fast mode, it doesn&#8217;t make a difference if you use the class from a single thread (like we are in a straight loop).</p>
<p>thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nouseforaname</title>
		<link>http://www.spartanjava.com/2009/fast-collection-look-ups/comment-page-1/#comment-2234</link>
		<dc:creator>nouseforaname</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.spartanjava.com/?p=26#comment-2234</guid>
		<description>You&#039;ve missed to put FastArrayList into fast mode after inserting! Read the documentation for more information. 

Also, the FastArrayList implementation is used in multithreaded environments.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve missed to put FastArrayList into fast mode after inserting! Read the documentation for more information. </p>
<p>Also, the FastArrayList implementation is used in multithreaded environments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
