From: Nadim Khemir [mailto:[EMAIL PROTECTED]] > > Problems: There is a big problem with inline, SPEED. > The main problem is the use of Parse::Recdescent.
Damian Conway the author of Parse::Recdescent is currently planning Parse::FastDescent. Which according to his webpage (http://www.yetanother.org/damian/b+w/projects.html) will be: > Successor to Parse::RecDescent: faster, more powerful, easier to use. >From tail of the tutorial documentation for Parse::RecDescent... Damian writes: > version 2.00 (which should be in the CPAN for Christmas) > will feature a considerable speed boost. Also, did you read the section in the documentation titled: "Precompiling parsers"? Not going to help if you're tweaking the grammar, but otherwise it cuts down the startup time.
