Am 30.01.2007 um 09:22 schrieb Christoph Zwerschke:
> Christopher Lenz wrote:
>> Yeah, and the benchmarks measure only render time, *not* parse/
>> compile time.
>
> Ok. It seems I really have to look into that...
>
>> Genshi and pretty much every other template language have the
>> same distinction.
>
> Yes, but if you use Genshi with TurboGears for example, then the
> templates are parsed every time they are used (or is something cached
> here?), while Kid just executes the corresponding Python module,  
> i.e. no
> parsing takes place. So for Genshi, parsing speed is important as  
> well.

Well, Genshi templates are cached in memory, so parsing is only  
necessary when there's a cache miss or the template file has changed.

Cheers,
Chris
--
Christopher Lenz
   cmlenz at gmx.de
   http://www.cmlenz.net/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to