freebsd-ports/www/p5-HTML-Template-JIT/pkg-descr
Mathieu Arnold 88fa065a3a Add p5-HTML-Template-JIT 0.04, perl module to compile HTML Templates
with Inline::C.

PR:		ports/66351
Submitted by:	alex@kapranoff.ru
2004-05-07 11:12:38 +00:00

13 lines
570 B
Text

This module provides a just-in-time compiler for HTML::Template.
If your template needs to be compiled - either because it has changed
or because it has never been compiled - then HTML::Template::JIT uses
HTML::Template and Inline::C to compile your template to native
machine instructions.
The resulting compiled template is much faster than a normal cached
template. Benchmarks show HTML::Template::JIT, with a precompiled
template, performing 4 to 8 times faster than HTML::Template in cache
mode.
WWW: http://html-template.sourceforge.net/html_template_jit.html