Hello,

I was generating a lagrge table with django and wondered why response is so 
slow (it has ~ 2000 x 10), so I rewrote
profiled ``floatformat`` and ``intcomma`` and wrote down their 
implementations using builtin functions only.

Take a look: https://gist.github.com/4007717

Floatformat became faster almost 65 times, and intcomma became almost 6 
times faster.

Of course I understand that Django template engine is not the fast one and 
for speed I need to use other solutions.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-developers/-/cM-44Hff3U8J.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to