I have checked django 
code<https://bitbucket.org/akorn/wheezy.template/src/tip/demos/bigtable/bigtable.py>used
 in 
this <http://mindref.blogspot.com/2012/07/python-fastest-template.html>post. It 
is not parsing... just render, here is django template:

<table>    {% for row in table %}    <tr>        {% for key, value in row.items 
%}        <td>{{ key }}</td><td>{{ value }}</td>        {% endfor %}    </tr>   
 {% endfor %}</table>


It renders a thousand rows and few columns.

On Friday, October 5, 2012 3:14:43 PM, Kurtis wrote:
>
> Probably the ability to both extend and include (template inheritance)
>
> On Fri, Oct 5, 2012 at 9:24 AM, Amirouche Boubekki 
> <[email protected]<javascript:>
> > wrote:
>
>> I have had no idea until recently that django template are sooo slow... 
>>> other engines do the same... but spent less time. What the cool feature 
>>> prevent it for rendering it faster?
>>
>>
>> The template parsing I guess, but I'm not sure.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> To unsubscribe from this group, send email to 
>> [email protected] <javascript:>.
>> For more options, visit this group at 
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/0XK7poV-brwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to