Skip to content

Use out-of-band buffers for Python buffer protocol supporting objects #365

@jakirkham

Description

@jakirkham

For objects supporting Python's buffer protocol (like memoryview), it would be great to have a path where we use Pickle's protocol 5 for serialization of out-of-band buffers. This should avoid some copies when pickling/unpickling and allow more efficient transmission.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions