Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub toHash  { my %hash = @_       }
    sub rtoHash { my %hash = %{$_[0]} }
    sub rtoHref { my ($hash) = @_     }
    
  2. or download this
    For 2 elements:
                 Rate rtoHash rtoHref hashArg  toList  toHash listArg
    ...
    toList    42164/s    124%     14%      3%      --     -0%    -96%
    toHash    42347/s    125%     15%      3%      0%      --    -96%
    listArg 1037900/s   5403%   2714%   2434%   2362%   2351%      --