in reply to Re^2: How fast is pp/PAR::Packer at packing DateTime::Format::ISO8601 for you?
in thread How fast is pp/PAR::Packer at packing DateTime::Format::ISO8601 for you?

The program runs in ~1 second (perl -e ... ) like you'd expect, its the packing that takes forever -- if something else was slowing things down, the running would take forever also
  • Comment on Re^3: How fast is pp/PAR::Packer at packing DateTime::Format::ISO8601 for you?

Replies are listed 'Best First'.
Re^4: How fast is pp/PAR::Packer at packing DateTime::Format::ISO8601 for you?
by Anonymous Monk on May 18, 2013 at 14:31 UTC
    My test: 00:01:22,75 without DateTime 00:32:31,00 with DateTime