in reply to Fastest XML Parser ?
XML::Bare seems to be pretty fast. I've used it for interfacing with an XML based API to an Oracle DB, and I must say I was very pleased with its performance (and ease of installation — no external library dependencies). It's not perfect in every respect, but if your XML is simple and predictable, it might be worth giving it a try...
(BTW, there's some benchmark results against other modules at the end of the module's POD.)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Fastest XML Parser ?
by renodino (Curate) on Feb 17, 2008 at 20:10 UTC | |
by gfk (Novice) on Jul 09, 2008 at 14:50 UTC |