in reply to Re: Quickest way to write multiple files
in thread Quickest way to write multiple files
The parsing of the initial datafile is taking an average of 2 seconds. Of couse I'll try to shave 1.5 off, but that's not much. They are being stored in a hashref, then split into separate hashrefs, and output as xml 12 at a time with XML::Simple.
The actualy splitting of the records is only taking around .1 seconds, so not much I can do there.
Thanks anyway. If I happen to stumble on a way to make the magic module I'll be sure to post it here.