perl.recdescent...Re: PRD parser expontentially slower with larger files by merlyn- December 2, 2006 >>>>> "Jan" == Jan Sundberg <jannejanne.nu> writes:Jan> However, it gets very slow with larger files. If I generate data files with adjustable size with:It&39;s a known problem, unfixable without breaking something, unlessyou gave a pragma to stop supporting some of the features.The problem is that PRD uses "nibbling" to scan the string, which looks goodon paper, but doesn&39;t scale when you start getting larger data. The properapproach...http://www.nntp.perl.org/group/perl.recdescent/2006/12/msg510.html |