Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Memory overhead of blessed hashes

by choroba (Cardinal)
on Feb 09, 2021 at 15:58 UTC ( [id://11128133]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        push @objs, bless [$i, 'Object of class', int rand 10], 'My::Class
    +';
    }
    print `ps -v | grep ^$$`;
    
  2. or download this
    23235 pts/0    S+     0:00      0  2020 371111 359628  1.1 /usr/bin/pe
    +rl ./1.pl
    23225 pts/0    S+     0:00      0  2020 261035 249668  0.7 /usr/bin/pe
    +rl ./1.pl
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-26 04:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found