in reply to
Re: creating large xml files
in thread
creating large xml files
XML in Perl (using
XML::Parser
for instance) tends to get blown up significantly when it is stored as a hash of hashes or some other not-so-memory-efficient way.
My guess is that
ftumsh
is worried about that.
Comment on
Re^2: creating large xml files
In Section
Seekers of Perl Wisdom