Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: File search using Grep

by Anonymous Monk
on Jun 26, 2009 at 06:10 UTC ( [id://774931]=note: print w/replies, xml ) Need Help??


in reply to Re: File search using Grep
in thread File search using Grep

vivek, Actually we were planning to load the info in Config1 as hashes and then use it find the value. But as the file increases in size we were worried about the hash performance, so looked at this as alternate approach. So will the hash be better or this? Thanks

Replies are listed 'Best First'.
Re^3: File search using Grep
by targetsmart (Curate) on Jun 26, 2009 at 06:49 UTC
    IMO, if the comparison is not involving too many complexities, better use grep
    But it seems that you are ready to load such a big file into hashes, you can use DBM::Deep But since the data is stored in a file, it will not be as quick as normal hash.
    If you give more information about what/why you are trying to load and what/why you are trying to compare, you will get best possible solutions


    Vivek
    -- 'I' am not the body, 'I' am the 'soul', which has no beginning or no end, no attachment or no aversion, nothing to attain or lose.
Re^3: File search using Grep
by Marshall (Canon) on Jun 27, 2009 at 15:55 UTC
    There is no data structure that can beat a hash for look-up's. The Perl hash algorithm isn't theoretically perfect, but it is damn fast. End of story.

Log In?
Username:
Password:

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

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

    No recent polls found