Skip to content

Instantly share code, notes, and snippets.

@navap
Created March 5, 2010 20:07
Show Gist options
  • Save navap/323087 to your computer and use it in GitHub Desktop.
Save navap/323087 to your computer and use it in GitHub Desktop.
Template::Stash::XS
-------------------
The Template::Stash module is a core part of the Template Toolkit,
implementing the magic for accessing data using the dot notation.
There is a high speed version, Template::Stash::XS, written in C.
This makes the Template Toolkit run about twice as fast as when using
the regular Template::Stash written in Perl. If you've got a C
compiler on your system then you can elect to have the XS Stash built.
You can also specify that you want to use the XS Stash by default.
Note that as of version 2.15 the XS Stash now supports access to tied
hashes and arrays.
See 'perldoc Template::Config' for further details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment