From: "Jonathan Vanasco" <[EMAIL PROTECTED]>

>
> In a production environment,  I found this:
> HTML::Template::JIT was the fastest.  it averaged something like .
> 0003 seconds
> Template::Toolkit was around .003
> Petal was around .008 (without pre-caching)
>
> my application logic was about .08
>
> so i began to stop caring about the relative speeds of templating
> systems.  theres barely any speed to be gained in them.  the rest of
> your code has the potential for far greater speedups
>
>

I found HTML::Template::Compiled faster than HTML::Template::JIT.
However, I also found some bugs in the "Compiled" module, so I have stopped
using it.

Teddy

Reply via email to