What is the fastest template system for Python?

Viewed 30882

Jinja2 and Mako are both apparently pretty fast.

How do these compare to (the less featured but probably good enough for what I'm doing) string.Template ?

5 Answers
Related