Help for this page

Select Code to Download


  1. or download this
                 Rate total_size   storable
    total_size 4.04/s         --       -70%
    storable   13.5/s       234%         --
    
  2. or download this
    use Benchmark qw(:all);
    
    ...
            'total_size' => sub { Devel::Size::total_size( $hash ) },
            'storable'   => sub { _storable_size( $hash ) },
    });