Mako (http://www.makotemplates.org/) is believed to be the fastest templating engine in wide use (didn't found any reasonable tests to prove this statement in the GAE environment).
Personally I prefer Jinja2 (http://jinja.pocoo.org/2/) because I like Django templates syntax - although Jinja2 gives more flexibility at the cost of slight differing from this syntax. I normal environment Jinja2 template rendering is faster than Django, but on GAE you can not use bytecode cache so templates are recompiled on every request - no speed gain here. On 3 Kwi, 02:13, Lee Olayvar <[email protected]> wrote: > I'm curious, has anyone ran across any tests on appengine with various > templating engines? I know there are speed comparisons all over the place, > but im specifically concerning appengine since it has many aspects that > force various templating engines to not use feature X or speed enhancing > module Y. > > Any opinions would also be handy. I'm looking for an obviously sane > language, but i have no desire/requirement for the ability to run complex > logic inside templates (nor should anyone, imo.) > > Comments and opinions are much appreciated. > > Thanks, > -- > Lee Olayvar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
