Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^8: "exists $hash{key}" is slower than "$hash{key}"

by swl (Parson)
on Jan 09, 2020 at 03:00 UTC ( [id://11111223]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Benchmark qw {:all};
    use 5.016;
    ...
        \%checks
    );
    
  2. or download this
                 Rate evkrvg vvksvg evksvg vvkrvg
    evkrvg 25263440/s     --    -5%    -6%    -6%
    ...
    evksvg 24670397/s    10%     2%     --    -7%
    vvkrvg 26535260/s    18%     9%     8%     --
    
  3. or download this
                 Rate evkrvg evksvg vvkrvg vvksvg
    evkrvg 11983737/s     --   -13%   -21%   -21%
    ...
    vvkrvg 15741756/s     9%     5%     --    -6%
    vvksvg 16757529/s    16%    12%     6%     --
    
  4. or download this
    Runs are numbered for reference.
    A numbers with suffix "n" denotes that 
    ...
    vvkrvg 14554599/s    20%     --    -0%    -9%
    evksvg 14593796/s    21%     0%     --    -9%
    vvksvg 16004545/s    32%    10%    10%     --
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11111223]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-18 20:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found