Re: Django template filters floatformat and intcomma: speed issues

2012-11-03 Thread Russell Keith-Magee
On Sun, Nov 4, 2012 at 12:05 AM, Kee wrote: > 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

Django template filters floatformat and intcomma: speed issues

2012-11-03 Thread Kee
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 becam