http://www.perlmonks.org?node_id=11110406


in reply to Problem in RAM usage while threading the program

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re: Problem in RAM usage while threading the program

Replies are listed 'Best First'.
Re^2: Problem in RAM usage while threading the program
by soonix (Canon) on Dec 20, 2019 at 08:05 UTC
    While it is certainly true that OP's "sequences" are kind of a database¹, it might be problematic to put them into a database². Of course, once this task is accomplished, it mainly depends on the database³ whether or not threading would help.
    database
    1. (general) A collection of (usually) organized information in a regular structure, usually but not necessarily in a machine-readable format accessible by a computer.
    2. (computing) A set of tables in a database(1).
    3. (computing) A software program for storing, retrieving and manipulating a database(1).
Re^2: Problem in RAM usage while threading the program
by eyepopslikeamosquito (Archbishop) on Dec 20, 2019 at 12:21 UTC
Re^2: Problem in RAM usage while threading the program
by Anonymous Monk on Dec 20, 2019 at 02:14 UTC
    Shhh