the ``quantify`` command (Stage 2 analysis).
What is the main problem? If you use the standard module "concurrent.futures" and want to simultaneously process several million data, then a queue of workers will take up all the free memory. If the ...