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.
The Need for Speed (Score:1)
That being said, you may want to look at the struct() and hash() extension functions that return Perl data structures something like TWIGs. <plug>My shiny, tiny new BFD [cpan.org] module might help you see them:
;)</plug>.
Along with optmization, I'd like to enable X::F::D to gener
Please do (Score:1)
Yes, please. You see, I've written my own, (as yet) unreleased XML parsing module which, from the little I know of XML::Twig, and judging by the name of the other module you mention, sounds like it's pretty much in the same realm. Before I even contemplate of releasing it, I'd like to port your test script in order to use my own module, and compare code and speed to the two modules you've used.
Benchmark programs are available (Score:1)
I'll write more about the testing, including more detail about the results.
It should work perfectly the first time! - toma
Comments (Score:2)
I have posted some comments on the article [xmltwig.com] and a faster version of the XML::Twig code on the XML::Twig page [xmltwig.com].
mirod