Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: why won't the hash go away?

by snoopy (Curate)
on Jan 13, 2008 at 01:48 UTC ( [id://662134]=note: print w/replies, xml ) Need Help??


in reply to Re^2: why won't the hash go away?
in thread why won't the hash go away?

>> but I'm going to be bogged down my disk access:

Hmm, I'd be interested to see how DBM::Deep plays with open's mmap option (as of yet untested/unbenchmarked):

open(DATA, '<+:mmap', 'game.dbm') my $db = DBM::Deep->new( { fh => \*DATA } );
Update: Have benchmarked. No appreciable benefits with the above :-|

Now looking at the storage => ... option.

Log In?
Username:
Password:

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

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

    No recent polls found