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

Re^3: how to speed up dupe checking of arrays

by oha (Friar)
on Jul 31, 2007 at 10:46 UTC ( [id://629793]=note: print w/replies, xml ) Need Help??


in reply to Re^2: how to speed up dupe checking of arrays
in thread how to speed up dupe checking of arrays

you already have them in array.
$seen{"$ele0;$ele1;$file_data"}++;
then if you need the data you can, for example:
foreach (keys %seen) { .... }
and the value of the hash is the number of times the string is repeated

Oha

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-03-19 10:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found