Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Expected speed of retrieve function (nstore retrieve)

by BrowserUk (Patriarch)
on May 16, 2012 at 11:30 UTC ( [id://970815]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\test>\perl32\bin\perl.exe \perl32\bin\p1.pl
    use Storable qw[ nstore retrieve ];;
    ...
    
    C:\test>dir junk.sto
    16/05/2012  12:22       199,999,628 junk.sto
    
  2. or download this
    C:\test>\perl32\bin\perl.exe \perl32\bin\p1.pl
    
    ...
    
    $t=time; $a = retrieve( '/test/junk.sto' ); print time()-$t;;
    12.2560520172119
    

Log In?
Username:
Password:

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

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

    No recent polls found