Y
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
mixmastamyk
574 days ago
They are almost always slower, because jinja uses some compilation tricks. But, it usually doesn't matter compared to remote database access.
link
murkt
572 days ago
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.
link