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.
Module selection (Score:2)
Thanks for doing the benchmark though.
Re:Module selection (Score:2)
Yes I know we have qualified module selection, but not in the way that I think is compatible with what I was describing. Right now you can require a Feature, but it'll blow up if no parser has it.
Besides, this relies on the fact that module authors declare their parsers to be fast, etc... I don't know if everyone will want to say "My parser is a slow memory hog" ;-)
-- Robin Berjon [berjon.com]
Re:Module selection (Score:1)
Seriously I think that the memory/speed features of each module is quite well-known.
Reply to This
Parent