In my unscientific benchmarks, Templator felt significantly faster than both Mako and Cheetah...I don't have a reason to use anything but Templator.
Thomas On Mar 15, 11:08 pm, timetrap <[email protected]> wrote: > The name certainly implies that cheetah is faster. > > Interesting idea compiling the templates. > > On Sun, Mar 15, 2009 at 8:21 AM, Tzury Bar Yochay > <[email protected]>wrote: > > > > > > cheetah is faster > > > if you run `python web/template.py --compile templates` you get it > > compiled as a python bytecode. > > That makes the templates as fast as python itself. > > > > syntax is better too > > That's a matter of personal taste. > > -- > 草泥馬 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
