Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SacessOptimizer: Use cloudpickle for passing data to workers #1467

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 16, 2024

  1. SacessOptimizer: Use cloudpickle for passing data to workers

    Cloudpickle is able to handle more complex objects than pickle.
    
    See ICB-DCM#1465
    Closes ICB-DCM#1465
    
    If the new process are forked, we could skip the pickling, but at this point, I don't think that's necessary.
    dweindl committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a63f8ce View commit details
    Browse the repository at this point in the history