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
Looking at GZip.jl again, its gzopen function has some options that are difficult to recreate with CodecZlib.jl. For example, auto switching between compression and decompression based on if the file is opened in "r" or "w" modes, an "x" mode to create the file exclusively, and the "f", "h", "R", and "F" compression strategy options.
They are both owned by
JuliaIO
, both (de)compress gzip, and both are up-to-date?The text was updated successfully, but these errors were encountered: