Hacker News new | ask | show | jobs
by murkt 574 days ago
Would love to see some benchmarks for all these libraries that compare them to Jinja2.
1 comments

They are almost always slower, because jinja uses some compilation tricks. But, it usually doesn't matter compared to remote database access.
In my experience it doesn't matter if templates are pretty simple, or the database access is not optimized. Can matter if you're not careful.