On Sun, Nov 4, 2012 at 12:05 AM, Kee <[email protected]> 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 a look: https://gist.github.com/4007717 > > Floatformat became faster almost 65 times, and intcomma became almost 6 > times faster. > > Hi Kee,
Thanks for that suggestion; if you open a ticket with your code, we can see about getting this integrated into Django's core. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. 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-developers?hl=en.
