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

EchoAngel has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, After some testing of my scripts, I found that the my language file parsing script (all self program in perl) takes a long time. If I was to use Parse::RecDescent, would it go faster? (is Parse::RecDescent all in perl?). There is a need for speed . Or should I got for Parse::Yapp or the perl package for bison I been looking at Perl Optimization techniques such as print using , or using Memoize package (only for static functions). Note : I am parsing big files