Created
March 5, 2010 20:07
-
-
Save navap/323087 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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