mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Unsupported memoryview objects as input in Python bindings #185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rmax on GitHub (Jul 20, 2017).
Hi,
memoryviewobjects are often used to avoid copies in data handling. Currently, in version0.6.0, the compress/decompress API does not supportmemoryviewobjects as input.Other compressors, like
gzip, do supportmemoryviewobjects as input:@eustas commented on GitHub (Jul 21, 2017):
Nice idea! Going to implement it next month.
@eustas commented on GitHub (Aug 28, 2017):
Will be implemented with #590