Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Problem in RAM usage while threading the program

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

Help for this page

Select Code to Download


  1. or download this
    # https://fallabs.com/kyotocabinet/api/
    
    ...
    
    EOC
    
  2. or download this
    # https://fallabs.com/kyotocabinet/api/
    
    ...
    
    EOCPP
    
  3. or download this
    # https://www.perlmonks.org/?node_id=11110379
    # usage: perl search_db_inline_c.pl > Outfile.txt
    ...
    close $fh;
    close_db();
    
  4. or download this
    # https://www.perlmonks.org/?node_id=11110379
    # usage: perl search_db_inline_c_mce.pl > Outfile.txt
    ...
    $mce->process('peptides.txt');
    $mce->shutdown;
    
  5. or download this
    GAAGGACTGGGACCA    >NR_000001,>NR_006611
    AGGCTGCGGCAGGAC    >NR_062102
    ...
    GGGGGGGAGGTCCGA    >NR_021671,>NR_036907,>NR_080961
    AGGGAGGGGGGTTGT    >NR_026207
    ATGGGGCAGACGCGA    >NR_072314
    
  6. or download this
    62.883 seconds - op's code
    
    ...
     4.991 seconds - search_db_chunk.pl
     8.093 seconds - search_db_inline_c.pl
     1.530 seconds - search_db_inline_c_mce.pl
    
  7. or download this
    36.684 seconds - search_db.pl
     7.403 seconds - search_db_mce.pl
     5.986 seconds - search_db_chunk.pl
    11.009 seconds - search_db_inline_c.pl
     2.188 seconds - search_db_inline_c_mce.pl
    
  8. or download this
    28.857 seconds - search_db.pl
     6.130 seconds - search_db_mce.pl
     5.219 seconds - search_db_chunk.pl
    27.322 seconds - search_db_inline_c.pl
     5.808 seconds - search_db_inline_c_mce.pl
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-03-29 06:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found