http://www.perlmonks.org?node_id=431606


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

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

  • Comment on Re^4: Parse::RecDescent and need for speed