* Manlio Perillo <[EMAIL PROTECTED]> [2006-12-15 13:33:55 +0100]:

> [EMAIL PROTECTED]:~/projects/tests/nevow$ python static2.py
> 9.85 usec/pass
> 
> [EMAIL PROTECTED]:~/projects/tests/django$ python static2.py
> 13.31 usec/pass

Is this python 2.4 or 2.5? The string handling speed-ups in 2.5 have a
fairly substantial impact on Nevow rendering speed, I believe.

> Nevow for every data object calls inevow.IContainer.child.
> The problem can be here, since it is called 25 times (the number of rows 
> in the table)

That's easy enough to fix, just don't use data specials :)
-- 
mithrandi, i Ainil en-Balandor, a faer Ambar

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to