<?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: Create MPIs in Java</title>
	<atom:link href="http://chirashi.zensay.com/2009/08/create-mpis-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://chirashi.zensay.com/2009/08/create-mpis-in-java/</link>
	<description>a blog with scattered thoughts on security.</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:45:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ch0pstick</title>
		<link>http://chirashi.zensay.com/2009/08/create-mpis-in-java/comment-page-1/#comment-73</link>
		<dc:creator>Ch0pstick</dc:creator>
		<pubDate>Mon, 10 Aug 2009 07:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://chirashi.zensay.com/?p=188#comment-73</guid>
		<description>Hi Andrei, thanks for the tip.  I read that the technique you describe is faster than what I have listed in my example.  Considering the trade-off in performance to a small ~200-300 byte increase in size, I will probably take the performance increase.  The BlackBerry handhelds don&#039;t have much in the way of storage or CPU power (at least the older ones) so I think it may be worthwhile trading off storage for speed in this case.  I&#039;m pleased to have you reading my blog and value your contributions.  Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Andrei, thanks for the tip.  I read that the technique you describe is faster than what I have listed in my example.  Considering the trade-off in performance to a small ~200-300 byte increase in size, I will probably take the performance increase.  The BlackBerry handhelds don&#39;t have much in the way of storage or CPU power (at least the older ones) so I think it may be worthwhile trading off storage for speed in this case.  I&#39;m pleased to have you reading my blog and value your contributions.  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atchijov</title>
		<link>http://chirashi.zensay.com/2009/08/create-mpis-in-java/comment-page-1/#comment-72</link>
		<dc:creator>atchijov</dc:creator>
		<pubDate>Sat, 08 Aug 2009 20:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://chirashi.zensay.com/?p=188#comment-72</guid>
		<description>If you have 256 bytes to spare, internal loop could be replaced with single access to array with pre-compiled bit counters for all possible byte values.</description>
		<content:encoded><![CDATA[<p>If you have 256 bytes to spare, internal loop could be replaced with single access to array with pre-compiled bit counters for all possible byte values.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
