Research dill vs. cloudpickle for pickling functions #1387
Labels
area/sdk/dsl
area/sdk
kind/feature
lifecycle/stale
The issue / pull request is stale, any activities remove this label.
priority/p2
We now use function pickling to capture python code and it's dependencies when creating components form python code. Fairing and Pipelines use the cloudpickle library for that, but some other projects use dill. We need to research the differences and possibly switch to a different library.
Cloudpickle: https://github.com/cloudpipe/cloudpickle
Dill: http://trac.mystic.cacr.caltech.edu/project/pathos/wiki/dill
Some relevant discussions:
piskvorky/gensim#558 (comment)
uqfoundation/multiprocess#22 (comment)
The text was updated successfully, but these errors were encountered: