The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template::Iterator::XS - speedup TT2's Iterator

DESCRIPTION

The module is intended to function as a drop-in replacement for TT's native Template::Iterator, for speedup. There is an existing mechanism for a similar module, Template::Stash::XS which does the same, and can be selected during configuration. The hope for this module is to function exacly in the same fashion.

USAGE

use Template; use Template::Iterator::XS; $Template::Config::ITERATOR = 'Template::Iterator::XS';

AUTHOR

Dmitry Karasik <dmitry@karasik.eu.org>

LICENCE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The work is sponsored by reg.ru .