<?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-sandbox</title>
    <link>http://www.illusori.co.uk/blog/categories/template-sandbox/</link>
    <description>Sam's Blog, feed for category template-sandbox</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[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>
    <item>
      <title><![CDATA[Template::Benchmark.pm v1.00 Released]]></title>
      <link>http://www.illusori.co.uk/blog/2010/05/10/template_benchmark_officially_released.html</link>
      <description><![CDATA[<p>Well, after 13(!) point releases, I&#39;m happy enough with
<a href="http://search.cpan.org/perldoc?Template::Benchmark">Template::Benchmark</a> to make the first stable
release.</p>
<p>v1.00 should be hitting a CPAN mirror near you sometime
soon.</p>
<p>Now that it&#39;s officially released, I thought I&#39;d go into
a little more detail about what <a href="http://search.cpan.org/perldoc?Template::Benchmark">Template::Benchmark</a>
does, how it can be useful to <i>you</i>, what motivated
me to write it in the first place, and some thoughts on
where to take the project next.</p><p><a href="http://www.illusori.co.uk/blog/2010/05/10/template_benchmark_officially_released.html">Read more...</a></p>]]></description>
      <dc:creator>Sam Graham</dc:creator>
      <category>perl</category>
      <category>ironman</category>
      <category>template-benchmark</category>
      <category>template-sandbox</category>
      <category>benchmarking</category>
      <pubDate>Mon, 10 May 2010 16:22:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.illusori.co.uk/blog/2010/05/10/template_benchmark_officially_released.html</guid>
    </item>

  </channel>
</rss>
