This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
Investigate paralysation of yielding structured references #507
Labels
Data science investigation
Evaluation of data science methods or analysis
In
split_reach/extracter/extract_refs_task.py
we setpool_map = map
for use inyield_structured_references
. However if we utilise Pool frommultiprocessing
i.e.we could speed up this task.
However in the past we found using num_workers>1 actually slowed things down.
So worth investigating how this behaves now to see whether it's worth implementing.
The text was updated successfully, but these errors were encountered: