Re: [htmltmpl] Odd slowdown in HTML::Template with INCL and LOOP

2007-07-04 Thread Mathew Robertson
Hi Hakim, I think you might be over analysing the problem. :-) When a TMPL_LOOP is encountered, H::T needs to create (for want of a better description) a child context, that contains only the template variables for the child. Each child context is effectively a new H::T object, so that the very

Re: [htmltmpl] Odd slowdown in HTML::Template with INCL and LOOP

2007-07-04 Thread Hakim Cassimally
Hakim Cassimally wrote: > Hi, > > We're having an "interesting" problem with a significant slowdown in > processing of some HTML::Template templates. The current suspicion, after HTML bod and $boss worked on this, by a process of elimination is that the problem is when the same data structure is