in reply to Re^2: Is it wiser to move on from XML::Simple to XML::Compile
in thread Is it wiser to move on from XML::Simple to XML::Compile
XML::Fast is also creating HASHes. The difference might be that it construct those in XS, where ::Simple need to cross the expensive XS <-> Perl border for each node.