in reply to Re: Parse::RecDescent and need for speed
in thread Parse::RecDescent and need for speed

it's in the functions where I am processing comment statements
  • Comment on Re^2: Parse::RecDescent and need for speed

Replies are listed 'Best First'.
Re^3: Parse::RecDescent and need for speed
by EchoAngel (Pilgrim) on Feb 16, 2005 at 15:11 UTC
    my script tries to preserve the whole file within a structure hash , including comments.

      Hve you checked the memory usage? Big hashes may eat up memory until you start using virtual memory - which is very slow.