Here is the run:
C:\Perl>perl stats.pl 0.0400 Data Loaded 0.4200 Lines Parsed: 10347 0.4210 Data Dumped 0.8810 TOTAL ; Finished Execution C:\Perl>perl stats.pl 0.0400 Data Loaded 1.7620 Lines Parsed: 20337 50.5330 Data Dumped 52.3350 TOTAL ; Finished Execution
.. and the relevant code:
%DATA is a hash of hashes of hashes of strings and integers, basically. (heh)use Data::Dumper; $Data::Dumper::Indent = 0; $encoding = Data::Dumper->Dump( [\%DATA ], [qw(*DATA)]);
If nothing can be done about this, what sort of (more efficient) alternatives are there? Preferably as simple as dumping to a file and a
do "data.dat";
Thanks,
madhatter
In reply to Data::Dumper Efficiency Problem by madhatter
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |