You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right that the initialize call fixes this, and I now realize that this is intended behavior as documented in the transcode(codec::Codec, data::Vector{UInt8}) method in TranscodingStreams.jl.
It seems that different compression levels are not supported (although
level
is passed to theccall
ofZSTD_initCStream
in libzstd.jl):Tips for debugging or understanding this?
The text was updated successfully, but these errors were encountered: