Hello,




Mostly a question, but are there any work in progress to improve templates 
render performance? Times when having medium to big data and/or loops get 
excesively high, compared to jinja2 which sadly is not as easy to use as django 
native template language. I would really trade a feature or two in order to 
achieve better performance. For example, accessing variables from a dict, or 
even calling functions, all with the same syntax, I believe there's a huge 
overhead in there, and trading a xx.call for xx.call() is not such a big deal.


What about a high performance option inside a template which trades flexibility 
for performance.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/546aacd0.caa7340a.6c15.29a8%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to