data icon indicating copy to clipboard operation
data copied to clipboard

Add zlib support to Decompressor

Open JohnHBrock opened this issue 2 years ago • 2 comments

Closes #1163.

Changes

  • Add zlib support to Decompressor.
  • Add unit tests for zlib functionality.

Python unfortunately doesn't have a file-like class for zlib, so I created my own called _ZlibFile.

JohnHBrock avatar Jun 18 '23 22:06 JohnHBrock

@ejguan This could use a review.

JohnHBrock avatar Jul 18 '23 19:07 JohnHBrock

Unfortunately, TorchData is paused for development. You might want to just fork it and land it on your own repo.

ejguan avatar Jul 18 '23 19:07 ejguan