CodecZlib.jl icon indicating copy to clipboard operation
CodecZlib.jl copied to clipboard

Support deepcopy

Open nhz2 opened this issue 1 year ago • 0 comments

It would be nice to be able to copy a Codec like in python https://docs.python.org/3/library/zlib.html#zlib.Compress.copy This can be useful when repeating compression of data with a long common prefix like in https://github.com/JuliaIO/TranscodingStreams.jl/issues/92

nhz2 avatar Mar 17 '24 20:03 nhz2