in reply to Parse::RecDescent size limit?

P::RD uses a nibbling approach to the text string, and is therefore usually unsuitable for large input streams. theDamian's rumored "Parse::FastDecent" will use m/\G//gc inchworming instead, and be much faster, and probably won't segfault for you. But it's only partially coded, and not yet available, if I recall.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
Re: Re: Parse::RecDescent size limit?
by Anonymous Monk on Jan 05, 2002 at 22:45 UTC
    So, I cannot use P:RD for this? Or I should try to use the partial version of P:FD?

    This monk is unenlightened - why does the moon shine on small beings but not large? The know is Buddha.

    Jay McCarthy <jay@kenyamountain.com>