Also, jinja2 has C-accelerated escaping (via markupsafe) in python27, which should add to the speed.
On Wednesday, 25 April 2012 20:09:07 UTC+10, Takashi Matsuo (Google) wrote: > > Hi Ayan, > > I have not tried it myself yet, but how about tenjin? > http://www.kuwata-lab.com/tenjin/ > > Besides that, if you can use python2.7 runtime, jinja2 is now bundled > in the SDK, and should be fast thanks to its bytecode cache, which is > only available with python2.7 runtime. > > However, in most cases, the difference here might be negligible > compared to the cost of various RPCs. > > -- Takashi > > On Wed, Apr 25, 2012 at 6:36 PM, Ayan Debnath <[email protected]> wrote: > > Dear Friends, > > > > > > Can you please suggest me which one is the SMALLEST and FASTEST template > > engine for Google App Engine on Python2.5 and Python2.6 ? > > > > I am looking for the SMALLEST and FASTEST. > > > > Thank you > > Ayan Debnath > > > > -- > > 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. > > -- > Takashi Matsuo | Developer Advocate | [email protected] | 03-6384-9224 > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/TyRsx4_k01QJ. 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.
