Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
If you have pp/PAR::Packer, how long does this take?
perl -le " print ~~gmtime " pp -e " use strict; use warnings; use Getopt::Long; use DateTime::Form +at::ISO8601; print qq{$_\n} for %INC; " perl -le " print ~~gmtime "
On my old laptop it took 32min at 98% cpu usage
It doesn't seem to get faster (on second run) even after adding -cd pp-scandeps-cachefile which has about 2084 files
I thought, hey, the cache does md5summing, all that md5summing is taking extra time, so I produced this patch
But that doesn't seem to speed anything up (I killed it after 9min)
Ideas?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How fast is pp/PAR::Packer at packing DateTime::Format::ISO8601 for you?
by marto (Cardinal) on Oct 18, 2012 at 12:10 UTC | |
Re: How fast is pp/PAR::Packer at packing DateTime::Format::ISO8601 for you?
by daxim (Curate) on Oct 18, 2012 at 12:43 UTC | |
by Anonymous Monk on Oct 18, 2012 at 12:53 UTC | |
by Anonymous Monk on Oct 18, 2012 at 12:54 UTC | |
by Anonymous Monk on May 18, 2013 at 14:31 UTC | |
by Anonymous Monk on May 19, 2013 at 03:43 UTC |