<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://www.illusori.co.uk/xsl/rss.xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Sam's Blog &gt; Template-roundup</title>
    <link>http://www.illusori.co.uk/blog/categories/template-roundup/</link>
    <description>Sam's Blog, feed for category template-roundup</description>
    <language>en-gb</language>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <pubDate>Sun, 07 Nov 2010 16:10:00 GMT</pubDate>
    <lastBuildDate>Sun, 07 Nov 2010 16:10:00 GMT</lastBuildDate>
    <generator>build_site 1.0</generator>
    <webMaster>rss@illusori.co.uk</webMaster>

    <item>
      <title><![CDATA[October 2010 Perl Template Roundup Released]]></title>
      <link>http://www.illusori.co.uk/blog/2010/11/07/october_perl_template_roundup.html</link>
      <description><![CDATA[<p>Having been a little busy for the past month and a half, my attempts
to do the next <a href="/projects/Template-Roundup/">Perl Template Roundup</a>
got delayed from September into October, partly by adding a number of
new engine plugins to <a href="http://search.cpan.org/perldoc?Template::Benchmark">Template::Benchmark</a>:</p>
<ul>
<li><p><a href="http://search.cpan.org/perldoc?HTML::Mason">HTML::Mason</a></p></li>
<li><p><a href="http://search.cpan.org/perldoc?HTML::Macro">HTML::Macro</a></p></li>
<li><p><a href="http://search.cpan.org/perldoc?Parse::Template">Parse::Template</a></p></li>
<li><p><a href="http://search.cpan.org/perldoc?Solution">Solution</a></p></li>
<li><p><a href="http://search.cpan.org/perldoc?Text::Clevery">Text::Clevery</a></p></li>
<li><p><a href="http://search.cpan.org/perldoc?Text::Templet">Text::Templet</a></p></li>
</ul>
<p>Support for pure-perl mode <a href="http://search.cpan.org/perldoc?Text::Xslate">Text::Xslate</a> was also added and
two new cache-types for <a href="http://search.cpan.org/perldoc?Template::Sandbox">Template::Sandbox</a>
(<a href="http://search.cpan.org/perldoc?Cache::FastMemoryCache">Cache::FastMemoryCache</a> and <a href="http://search.cpan.org/perldoc?Cache::Ref::FIFO">Cache::Ref::FIFO</a>).</p>
<p>Then I had to sit around and wait for spare CPU time to actually run
the multiple-days of benchmarks, unfortunately this clashed with me
using that computer as I rushed to release stable versions of my
other projects in anticipation of being too busy
<a href="http://sgrahamuk.deviantart.com/">starting my new job</a>.</p>
<p>Once the projects were out the door I could run the benchmarks, which
completed mid-October, just in time for that whole &quot;too busy&quot; thing
to kick in as I tied up loose ends before my start date.</p>
<p>Anyway, it&#39;s now November, and I figured I ought to do something about
these reports... so here you go: 
<a href="/projects/Template-Roundup/201010/">the October 2010 Perl Template
Roundup</a> (belatedly).</p><p><a href="http://www.illusori.co.uk/blog/2010/11/07/october_perl_template_roundup.html">Read more...</a></p>]]></description>
      <dc:creator>Sam Graham</dc:creator>
      <category>perl</category>
      <category>ironman</category>
      <category>template-roundup</category>
      <category>template-sandbox</category>
      <category>job-hunting</category>
      <pubDate>Sun, 07 Nov 2010 16:10:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.illusori.co.uk/blog/2010/11/07/october_perl_template_roundup.html</guid>
    </item>
    <item>
      <title><![CDATA[Template Roundup September 2010: last chance for requests]]></title>
      <link>http://www.illusori.co.uk/blog/2010/09/13/suggestions_template_roundup_september_2010.html</link>
      <description><![CDATA[<p>In the next few weeks I&#39;ll be starting to gather data for
the September 2010 edition of <a href="/projects/Template-Roundup/">Template
Roundup</a>, and so now is your last chance for any requests or
suggestions to make it into the report.</p>
<p>Take a look at <a href="/projects/Template-Roundup/">the previous reports</a>
or the <a href="http://search.cpan.org/perldoc?Template::Benchmark">list of template engines supported by
Template::Benchmark</a> and let me know if there&#39;s a template engine
you&#39;d particularly want to see benchmarked, or some feature that isn&#39;t covered.</p>
<p>You can either make your suggestion in the comments thread below or contact
me <a href="/contact.html">via the contact page</a>.</p>
<p>I&#39;m quite looking forwards to seeing how well <a href="http://search.cpan.org/perldoc?Text::Xslate">Text::Xslate</a>
does this time around, it was far and away the fastest fully-featured
template engine in a persistent environment last time, but the recent
changelogs suggest some great strides have been made to make it even
faster in the past month.</p><p><a href="http://www.illusori.co.uk/blog/2010/09/13/suggestions_template_roundup_september_2010.html">Read more...</a></p>]]></description>
      <dc:creator>Sam Graham</dc:creator>
      <category>perl</category>
      <category>ironman</category>
      <category>template-benchmark</category>
      <category>template-roundup</category>
      <pubDate>Mon, 13 Sep 2010 11:42:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.illusori.co.uk/blog/2010/09/13/suggestions_template_roundup_september_2010.html</guid>
    </item>
    <item>
      <title><![CDATA[Perl Template Roundup Announced]]></title>
      <link>http://www.illusori.co.uk/blog/2010/07/01/template_roundup.html</link>
      <description><![CDATA[<p>Having gone quiet for a month, I&#39;ve managed to avoid distraction enough
to release a project which had been stubbornly stalled for the past
couple of months: a
<a href="/projects/Template-Roundup/">Perl Template Roundup</a>.</p>
<p>Based on <a href="http://search.cpan.org/perldoc?Template::Benchmark">Template::Benchmark</a> it&#39;s an exhaustive (and exhausting)
bunch of benchmarks for a collection of Perl template engines, sliced this
way and that way by feature, caching, phase of the moon, and anything else
I could measure.</p><p><a href="http://www.illusori.co.uk/blog/2010/07/01/template_roundup.html">Read more...</a></p>]]></description>
      <dc:creator>Sam Graham</dc:creator>
      <category>perl</category>
      <category>ironman</category>
      <category>template-roundup</category>
      <category>template-benchmark</category>
      <category>template-sandbox</category>
      <pubDate>Thu, 01 Jul 2010 07:28:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.illusori.co.uk/blog/2010/07/01/template_roundup.html</guid>
    </item>

  </channel>
</rss>
