On 6/6/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
I have tested HTML::Template::JIT, but HTML::Template::Compiled was much faster than it.
Sorry, but I suspect there's a mistake in your test. Possibly you counted the time for JIT to do the initial compile, which is slow but only happens once. HTML::Template::Compiled is fast, but it's not as fast as JIT. I don't recommend actually using JIT though, since it's harder to debug template coding mistakes with, and HTML::Template is fast enough. - Perrin