cloudpipe / cloudpipe/cloudpickle
Add a way for classes to register a "distributed" friendly serializer
Open
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 195
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 1
Description
Since cloudpickle is used in a lot of distributed systems it would make sense for us to allow libraries which know they aren't great to serialize naively to give us a better representation to serialize/hydrate while not having to break their normal serialization behavior.
e.g. spacy and friends.
And possibly include hints on broadcasting.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.