[Templates] Template Toolkit Performance in Mod Perl
Paul Seamons
mail@seamons.com
Thu, 27 Jul 2006 08:47:48 -0600
> Thanks Paul, I wasn't aware of this module.
>
> After doing some testing though I saw marginal performance losses using
> this module over the standard Template Toolkit, so I'm back to the
> standard.
If you are using Stash::XS with considerably large templates, the benefits do
fade.
If I get some time I may try and write large portions of CGI::Ex::Template in
XS. Since the speed of the two is near equal now - the benefits should be
apparent - assuming it can be done.
Paul