The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 .