Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Data structures benchmark(pack vs. arrays vs. hashes vs. strings)

by BrowserUk (Patriarch)
on Dec 10, 2011 at 01:08 UTC ( [id://942755]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub process {
        my( $AoA,  $thingToProcess ) = @_;
    ...
        @{ $AoA->[ $thingToProcess ] } = ( $r1, $r2, $r3, $r4, $r5, $r6, $
    +r7 );
        return;
    }
    
  2. or download this
    sub process {
        my( $AoA,  $thingToProcess ) = @_;
    ...
        ...
        return;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-28 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found