NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
P::RD uses nibbling (Score:2)
Re:P::RD uses nibbling (Score:2)
Thanks for the info. I'm parsing a gigantically large string, so that explains it.
Do you know if the Perl6::Rules module would give me any better performance?
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:P::RD uses nibbling (Score:2)
Built my own hand-crafted recursive-descent parser and I can now parse the file in under 2 seconds. Converting my grammar to code was fun; maybe I should get a job as a recursive descent parser compiler. ;)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers