Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Speed up file write taking weeks

by marioroy (Prior)
on Dec 01, 2019 at 06:55 UTC ( [id://11109502]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ tar xf $HOME/Downloads/kyotocabinet-1.2.77.tar.gz
    $ cd kyotocabinet-1.2.77
    ...
    $ make -j2
    $ sudo make install
    $ cd ..
    
  2. or download this
    $ tar xf $HOME/Downloads/kyotocabinet-perl-1.20.tar.gz
    $ cd kyotocabinet-perl-1.20
    ...
    $ cd doc
    $ open index.html in a web browser
    $ cd ../..
    
  3. or download this
    use strict;
    use warnings;
    ...
    }
    
    close $fh_a;
    
  4. or download this
    use strict;
    use warnings;
    ...
    }
    
    close $fh_b;
    
  5. or download this
    use strict;
    use warnings;
    ...
    
    close $fh_a;
    $db->close;
    
  6. or download this
    use strict;
    use warnings;
    ...
    
    close $fh_b;
    $db->close;
    
  7. or download this
    $ ls -lh
    total 1705800
    ...
     16666650 input_b.txt
     26666640 output.txt
     53333280 total
    
  8. or download this
    000000001D x m
    000000001D x n
    ...
    000000003E t m
    000000003E t s
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 02:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found