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

Re: Solving the Long List is Long challenge - Tokyo Cabinet

by marioroy (Prior)
on Jul 14, 2023 at 00:17 UTC ( [id://11153407]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl lliltch.pl big{1,2,3}.txt | cksum
    Tokyo Cabinet hash database - start
    ...
        count lines  : 10545600
        count unique : 10367603
    2956888413 93308427
    
  2. or download this
    ##
    # This demonstration requires Tokyo Cabinet.
    ...
    printf {*STDERR} "total time       : %9.3f secs\n", time - $start1;
    printf {*STDERR} "    count lines  : %lu\n", $num_lines;
    printf {*STDERR} "    count unique : %lu\n", $unique;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2025-03-15 21:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (53 votes). Check out past polls.