Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Hash Search is VERY slow

by kcott (Archbishop)
on Sep 29, 2021 at 00:06 UTC ( [id://11137103]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ cat pm_11137097_csv_parse.csv
    A,B,IP0,C,D,URL0,E,F
    ...
    A,B,IP0,C,D,URL7,E,F
    A,B,IP1,C,D,URL8,E,F
    A,B,IP0,C,D,URL9,E,F
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    dd \%urls_for_ip;
    
  3. or download this
    {
      IP0 => ["URL0", "URL7", "URL9"],
    ...
      IP3 => ["URL3"],
      IP9 => ["URL4"],
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 13:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found