Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: declaring lexical variables in shortest scope: performance?

by bliako (Monsignor)
on Mar 31, 2020 at 12:09 UTC ( [id://11114854]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Benchmark 'cmpthese';
    
    ...
    });
    
    __END__
    
  2. or download this
              Rate lexical predecl
    lexical 3996/s      --     -0%
    predecl 4001/s      0%      --
    
  3. or download this
    use Benchmark 'cmpthese';
    
    ...
            for my $x (1..10000) { $y+=$x }
        },
    });
    
  4. or download this
              Rate predecl lexical
    predecl 4011/s      --     -0%
    lexical 4015/s      0%      --
    

Log In?
Username:
Password:

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

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

    No recent polls found