You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Based on #432 implement thread pool (number of threads depending on the number of cores available) and tasks to run analysis in parallel where possible. Using default pool may or may not be OK - we don't want to peg CPU by running many tasks at the same time blocking the editor simply because CPU is all on the analysis.
The text was updated successfully, but these errors were encountered:
Based on #432 implement thread pool (number of threads depending on the number of cores available) and tasks to run analysis in parallel where possible. Using default pool may or may not be OK - we don't want to peg CPU by running many tasks at the same time blocking the editor simply because CPU is all on the analysis.
The text was updated successfully, but these errors were encountered: