Skip to main content

Optimized format for pickling binary data.

Project description

BinPickle - efficient binary pickled data

PyPI version Test and Build codecov

This package uses the new Pickle Protocol 5 in Python 3.8 (or its pickle5 backport) to efficiently serialize large objects, particularly from scientific Python packages, to an on-disk format. This format is designed to support two use cases:

  1. Serializing data-intensive statistical models in a memory-mappable format so multiple processes can share the same (read-only) model memory.
  2. Serializing data-intensive statistical models with good compression for long-term storage and cross-machine transportation.

BinPickle does this by using Pickle 5's out-of-band buffer serialization support to write buffers uncompressed and page-aligned for memory mapping (use case 1) or with per-buffer efficient compression with libraries like Blosc (use case 2).

Format Stability

We do not yet guarantee the stability of the BinPickle format. We will avoid gratuitous changes, but BinPickle 1.0 will be the first with a stability guarantee.

Acknowledgements

This material is based upon work supported by the National Science Foundation under Grant No. IIS 17-51278. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation. This page has not been approved by Boise State University and does not reflect official university positions.

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

binpickle-0.3.4.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

binpickle-0.3.4-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file binpickle-0.3.4.tar.gz.

File metadata

  • Download URL: binpickle-0.3.4.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.25.1

File hashes

Hashes for binpickle-0.3.4.tar.gz
Algorithm Hash digest
SHA256 13a35953d7f3470d571a97a904cbd42875b9a2a69a7181bf9a6e034d415426ee
MD5 006338558ad9e5401063cefa0f2ecfa0
BLAKE2b-256 99ce73eae6a7d4b08054cb6506e6b8609eb0d5f34fc356cc4eab1546377ccd86

See more details on using hashes here.

File details

Details for the file binpickle-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: binpickle-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.25.1

File hashes

Hashes for binpickle-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 85d77b3288d529d43bbebf77e543ebaf3703e42f74e9267f918ec2be5e91c506
MD5 67ea94b45d73017251c24f8edc54f560
BLAKE2b-256 2e0df94ed7391a5be911355e6c857c1a72e19045517f7e3e765e2d1d22e33ade

See more details on using hashes here.

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