-
Notifications
You must be signed in to change notification settings - Fork 221
ENH - add parallelism to the TableReport #1845
Copy link
Copy link
Open
Labels
TableReportanything related to the TableReportanything related to the TableReportcore devThis issue is complex and should be handled by maintainers.This issue is complex and should be handled by maintainers.mid-termTo be handled in the months after assigning this labelTo be handled in the months after assigning this label
Metadata
Metadata
Assignees
Labels
TableReportanything related to the TableReportanything related to the TableReportcore devThis issue is complex and should be handled by maintainers.This issue is complex and should be handled by maintainers.mid-termTo be handled in the months after assigning this labelTo be handled in the months after assigning this label
Type
Fields
Give feedbackNo fields configured for issues without a type.
It should be possible to reduce the generation time of the
TableReportby adding parallelism: plot generation is embarrassingly parallel, and it should be possible to speed up the computation of associations by parallelizing at least part of it.