On Wed, 2005-09-07 at 15:34 +0300, Octavian Rasnita wrote: > HTML::Template::Compiled also has some added features that HTML::Template > and HTML::Template::JIT don't have. > > Unfortunately, HTML::Template::Compiled is not very well finished, so it > doesn't give very helpful errors telling about the names of the > uninitialized variables, so it is pretty hard to repair the templates.
That's the trade-off: Compiled drops some of the H::T features, which may be a problem if you are trying to use existing templates with it. JIT is pretty true to the H::T feature set, and that may be part of what slows it down. It's still many times faster than H::T though. - Perrin