Skip to main content

A cython version of cloudpickle

Project description

This module is a cythonized version of https://github.com/cloudpipe/cloudpickle and pickle._Pickler and is meant to be a drop in replacement which is about twice as fast.

The cloudpickle license is included in cycloudpickle.cycloudpickle. The Python software foundation license applies to the adaptation of pickle._Pickler.

While cloudpickle is compatible with python 2, cycloudpickle is not due the adaptation of the pickle._Pickler from python 3. Python 2 support should be ‘doable’, but a bit difficult because of the use of cdef classes and the inheritance between CloudPickler and Pickler.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cycloudpickle-0.1.0.tar.gz (229.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page