On Wed, 5 Dec 2001, Nadim Khemir wrote:

> Problems :
> There is a big problem with inline, SPEED. The main problem is the use of
> Parse::Recdescent.

I've found that Parse::RecDescent speed is very dependent on the grammar
being used.  I use Parse::RecDescent in HTML::Template::Expr and it was so
slow that I thought I was going to have to write my own parser.  Instead I
managed to tune the grammar and achieved a 3x speedup.

I don't know if a similar speedup is possible for Inline::C but it might
be worth looking into...  Wait, did I just volunteer?  Augh!

-sam


Reply via email to