Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: '%hash = ()' is slower than 'undef %hash'

by ikegami (Patriarch)
on May 19, 2018 at 01:04 UTC ( [id://1214889]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl a.pl
              Rate test2 test1
    ...
              Rate test2 test1
    test2 224170/s    --   -8%
    test1 243265/s    9%    --
    
  2. or download this
    $ perl a.pl
              Rate test2 test1
    ...
              Rate test2 test1
    test2 195321/s    --   -4%
    test1 203538/s    4%    --
    
  3. or download this
    use strict;
    use warnings;
    ...
       test1 => \&test1,
       test2 => \&test2,
    });
    

Log In?
Username:
Password:

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

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

    No recent polls found