Skip to content

Using joblib instead of multiprocessing

Loïc Le Guyader requested to merge FastCCD-parallel-backend into master

With the multiprocessing approach we are limited to some ~60 bins before the binning crashes. Switching to joblib allows 257 bins or more.

To be noted, tqdm doesn't work too well now, reaching 100% before all jobs are done.

Merge request reports