-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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
Labels
No labels