[Checkins] SVN: z3c.pt/trunk/README.txt Updated readme

Hanno Schlichting plone at hannosch.info
Sun Jun 15 16:46:10 EDT 2008


Log message for revision 87415:
  Updated readme

Changed:
  U   z3c.pt/trunk/README.txt

-=-
Modified: z3c.pt/trunk/README.txt
===================================================================
--- z3c.pt/trunk/README.txt	2008-06-15 20:39:26 UTC (rev 87414)
+++ z3c.pt/trunk/README.txt	2008-06-15 20:46:10 UTC (rev 87415)
@@ -5,11 +5,12 @@
 template language including i18n. It also provides a simple text
 template class that allows expression interpolation.
 
-Casual benchmarks pegs it 10x more performant than ``zope.pagetemplate``.
+Casual benchmarks pegs it 11x more performant than ``zope.pagetemplate``.
 
 In a nutshell:
 
-* Templates are bytecode-compiled
+* Templates are parsed and compiled into Python bytecode
+* While rendering only Python code is executed and no parsing happens
 * Pluggable expression implementation
 * Support for expression interpolation using the ${<expression>}-format
 * Non-XML friendly



More information about the Checkins mailing list