You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4222,6 +4222,18 @@ <h2>Mako resources</h2>
4222
4222
extension that makes it easier to use Mako as the template engine in your
4223
4223
Flask web app projects.</p>
4224
4224
</li>
4225
+
<li>
4226
+
<p>The Stack Overflow question on
4227
+
<a href="http://stackoverflow.com/questions/1324238/what-is-the-fastest-template-system-for-python">What is the fastest template system for Python?</a>
4228
+
provides some basic benchmarks comparing Mako, Jinja and other template
4229
+
engines. Any benchmark should be taken as a data point rather than a
4230
+
rule on which engine is actually the fastest in real world scenarios.
4231
+
In addition, if you are using Mako or any other template engine as part
4232
+
of a static website generator then it will not really matter which one
4233
+
is the fastest because the output is created before the website is
4234
+
deployed rather than during the <a href="/web-servers.html">web server</a>'s
4235
+
HTTP request-response cycle.</p>
4236
+
</li>
4225
4237
</ul>
4226
4238
<h1>Django Templates</h1>
4227
4239
<p>The <a href="/django.html">Django web framework</a> contains its own
0 commit comments