On 2009-9-24 19:16, Mike Orr wrote: > > On Thu, Sep 24, 2009 at 9:03 AM, KMCB<[email protected]> wrote: >> >> Mike, >> >> I think they may be talk about this >> >> http://chameleon.repoze.org/ > > So it's a template engine unifier, the way Buffet was and render_* > are. It also claims to be faster than the native engines ported to > it?
If I remember correctly Buffet was a wrapper around template engines, which provided a common API for rendering templates. Chameleon is something different: it is a template rendering engine with frontends for handling Zope page templates and Genshi syntax. You could compare it to gcc with its different frontends for C, C++, Fortran, etc. It is a lot faster than the original implementations. From what I remember it is about 10-14 times faster than the original implementations for both with the bigtable benchmark, which puts it in the same ballpark as Mako. Wichert. -- Wichert Akkerman <[email protected]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
