Help for this page

Select Code to Download


  1. or download this
    # Benchmark
    
    ...
    );
    
    __END__
    
  2. or download this
    $ perl -wl bm_storable_vs_json.pl
                          Rate storable-arrayref json-xs-arrayref storable
    +-hashref json-xs-hashref
    storable-arrayref   6222/s                --             -31%         
    +    -84%            -99%
    ...
    json-xs-hashref   501851/s             7965%            5497%         
    +   1211%              --
    $