Optimizations when using Dask
The following tasks could bring a performance boost
-
Call
dask.compute()
only once per histogram -
Use dask native methods like
cov
The following tasks could bring a performance boost
dask.compute()
only once per histogramcov
changed the description
mentioned in issue #54 (closed)
dask.compute()
only once per histogram as completed marked the checklist item Call dask.compute()
only once per histogram as completed
Histograms are now produce with a single call to dask.compute()
even when over- and underflow bins and ratio plots are involved.
changed title from Optimizations using Dask to Optimizations when using Dask