[Twisted-web] [Twisted-Python] Speed of rendering?

Glyph glyph at twistedmatrix.com
Wed Feb 27 13:24:16 EST 2013


On Feb 27, 2013, at 3:55 AM, Peter Westlake <peter.westlake at pobox.com> wrote:

> The real problem is that recursion-by-Deferred
> doesn't have the optimisation for tail recursion found in
> most functional languages, because that would be very
> difficult and it's not how Deferreds are usually used.

Actually it *is* supposed to have this sort of optimization.  You can see the work on this on my favorite (now long-since closed) Twisted ticket: <http://twistedmatrix.com/trac/ticket/411>.

So it might be interesting to investigate why that doesn't help in this case, and if it could be made to.

-glyph

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-web/attachments/20130227/ec7a92fe/attachment.htm 


More information about the Twisted-web mailing list