in reply to Re: Is there a way to reduce Data::Dumper's output size?
in thread Is there a way to reduce Data::Dumper's output size?

I'm trying Storable. Especially because the doc says: 'The heart of Storable is written in C for decent speed. Extra low-level optimization have been made when manipulating perl internals, to sacrifice encapsulation for the benefit of a greater speed.' My data gets so big that speed matters.
  • Comment on Re^2: Is there a way to reduce Data::Dumper's output size?

Replies are listed 'Best First'.
Re^3: Is there a way to reduce Data::Dumper's output size?
by Anonymous Monk on Nov 01, 2015 at 10:23 UTC
    You really should try Sereal.