<?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: Locality optimization experiments</title>
	<atom:link href="http://www.thinkingparallel.com/2006/08/28/locality-optimization-experiments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkingparallel.com/2006/08/28/locality-optimization-experiments/</link>
	<description>A Blog on Parallel Programming and Concurrency by Michael Suess</description>
	<pubDate>Sat, 31 Jul 2010 08:49:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kristof Beyls</title>
		<link>http://www.thinkingparallel.com/2006/08/28/locality-optimization-experiments/comment-page-1/#comment-41</link>
		<dc:creator>Kristof Beyls</dc:creator>
		<pubDate>Fri, 15 Sep 2006 15:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/08/28/locality-optimization-experiments/#comment-41</guid>
		<description>&#62; And the second question is: where are the tools to help the programmers with locality optimization? 

Hi Michael,

I would like to point you to a locality optimization tool we have just released on sourceforge last weekend: http://slo.sourceforge.net.
The tool profiles the data reuses in a program and suggests the most effective code refactorings that are needed to improve locality.</description>
		<content:encoded><![CDATA[<p>&gt; And the second question is: where are the tools to help the programmers with locality optimization? </p>
<p>Hi Michael,</p>
<p>I would like to point you to a locality optimization tool we have just released on sourceforge last weekend: <a href="http://slo.sourceforge.net" rel="nofollow">http://slo.sourceforge.net</a>.<br />
The tool profiles the data reuses in a program and suggests the most effective code refactorings that are needed to improve locality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Suess</title>
		<link>http://www.thinkingparallel.com/2006/08/28/locality-optimization-experiments/comment-page-1/#comment-34</link>
		<dc:creator>Michael Suess</dc:creator>
		<pubDate>Tue, 29 Aug 2006 14:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/08/28/locality-optimization-experiments/#comment-34</guid>
		<description>Alejandro,

I am using the &lt;a href="http://wordpress.org/support/topic/10533" rel="nofollow"&gt;iG:Syntax Hiliter&lt;/a&gt; wordpress plugin and besides from it sometimes forgetting its settings, I am very pleased with it. But judging from your blog you already figured it out ;-).</description>
		<content:encoded><![CDATA[<p>Alejandro,</p>
<p>I am using the <a href="http://wordpress.org/support/topic/10533" rel="nofollow">iG:Syntax Hiliter</a> wordpress plugin and besides from it sometimes forgetting its settings, I am very pleased with it. But judging from your blog you already figured it out ;-).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Aycock</title>
		<link>http://www.thinkingparallel.com/2006/08/28/locality-optimization-experiments/comment-page-1/#comment-33</link>
		<dc:creator>Christopher Aycock</dc:creator>
		<pubDate>Tue, 29 Aug 2006 05:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/08/28/locality-optimization-experiments/#comment-33</guid>
		<description>Regarding vectorization, there is always the &lt;a href="http://www.oonumerics.org/blitz/" rel="nofollow"&gt;Blitz++&lt;/a&gt; library. It uses a sophisticated template mechanism to delay computation until an assignment statement has been reached; this is important so as to reduce intermittent copying. In a way, this technique resembles lazy evaluation in languages like Haskell.

As for spam, I get a lot and I'm not even popular. I want to use a CAPTCHA but my blog software is too old (it's the precursor to LifeType). So instead, I have a Bayesian filter that, after some tweaking, blocks just about everything. What I haven't been able to blog are spam trackback pings; for that matter, I can't even find a way to delete them.</description>
		<content:encoded><![CDATA[<p>Regarding vectorization, there is always the <a href="http://www.oonumerics.org/blitz/" rel="nofollow">Blitz++</a> library. It uses a sophisticated template mechanism to delay computation until an assignment statement has been reached; this is important so as to reduce intermittent copying. In a way, this technique resembles lazy evaluation in languages like Haskell.</p>
<p>As for spam, I get a lot and I&#8217;m not even popular. I want to use a CAPTCHA but my blog software is too old (it&#8217;s the precursor to LifeType). So instead, I have a Bayesian filter that, after some tweaking, blocks just about everything. What I haven&#8217;t been able to blog are spam trackback pings; for that matter, I can&#8217;t even find a way to delete them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://www.thinkingparallel.com/2006/08/28/locality-optimization-experiments/comment-page-1/#comment-32</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Tue, 29 Aug 2006 02:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/08/28/locality-optimization-experiments/#comment-32</guid>
		<description>Hey! Really nice article :) 

I'm just beginning with concurrent programming, the next step would be paralell !!

I've got one question for you: do you use any plugin to format the code in WordPress? I can't get to show my code snippets like that :S

Alejandro.</description>
		<content:encoded><![CDATA[<p>Hey! Really nice article <img src='http://www.thinkingparallel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m just beginning with concurrent programming, the next step would be paralell !!</p>
<p>I&#8217;ve got one question for you: do you use any plugin to format the code in WordPress? I can&#8217;t get to show my code snippets like that :S</p>
<p>Alejandro.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
