Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Perl object memory overhead

by tobyink (Canon)
on Mar 31, 2014 at 11:44 UTC ( [id://1080390]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        OO     => sub { $_->adjust_a for @AoH1 },
        MOOSE  => sub { $_->adjust_a for @AoH2 },
    };
    
  2. or download this
            Rate    OO MOOSE
    OO    3.47/s    --  -47%
    MOOSE 6.56/s   89%    --
    

Log In?
Username:
Password:

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

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

    No recent polls found