Hi, As a feedback, I have seen that HTML::Template::JIT also works under Windows even though "nmake test" give errors.
Teddy ----- Original Message ----- From: "Sam Tregar" <[EMAIL PROTECTED]> To: "jonathan vanasco" <[EMAIL PROTECTED]> Cc: "Perrin Harkins" <[EMAIL PROTECTED]>; "Octavian Rasnita" <[EMAIL PROTECTED]>; <modperl@perl.apache.org> Sent: Tuesday, August 30, 2005 11:10 PM Subject: Re: HTML::Template::Compiled > On Tue, 30 Aug 2005, jonathan vanasco wrote: > > > 2- even the slowest templating option - petal - was a fraction of > > the speed of my business logic and db connectivity > > This is an important point, and it's the main reason I've never > actually used HTML::Template::JIT. My ego demanded that I create the > fastest templating system possible, but that doesn't mean it's > actually needed. Performance optimization should be about addressing > bottlenecks and it's a pretty rare web-app that actually has a > templating bottleneck. > > Similarly, I still use CGI.pm all the time. Despite all kinds of > evidence about how "slow" it is, it's never shown up on a single > profile run I've ever done. > > Now my ego is telling me to disect HTML::Template::Compiled and figure > out how it manages to beat HTML::Template::JIT in some tests. Help! > > -sam