Edgewall Software

Changes between Version 38 and Version 39 of GenshiPerformance


Ignore:
Timestamp:
Jan 17, 2012, 9:14:52 AM (12 years ago)
Author:
cboos
Comment:

note about the genshi-compiler project

Legend:

Unmodified
Added
Removed
Modified
  • GenshiPerformance

    v38 v39  
    7777Stream filters are nice in that they let you implement "cross-cutting concerns" outside of the templates, and doesn't require a post-processing stage. Whether that's worth the cost I don't know.
    7878}}}
     79
     80== See Also
     81
     82If you need only a subset of Genshi, you may want to have a look at the [http://code.google.com/p/genshi-compiler/ genshi-compiler] project, which claims a 40x times speedup, at the price of leaving out `py:match`, full i18n support and more ... (so basically it's not usable by Trac for instance).