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