Skip to content

Support Python Memory Views #41

@lehanesa

Description

@lehanesa

Python 3.8 introduces a new shared memory module for multiprocessing. The buffer is available as a python memory view.

Rather than copying the data to a new byte like object for decompression it would be great if we can pass the memory view directly. This would greatly improve the decompression when working with memory views. Currently it produces the error:

"argument 1 must be read-only bytes-like object, not memoryview"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions