Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream Recompressor #183

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

white-gecko
Copy link
Contributor

The Recompressor so far was working on files.
With these changes:

  • Tests are added
  • Duplicated code in recompress() and load_and_write() resp. decompress_and_recompress() is deduplicated.
  • The file handling and operations in streams/file-like-objects is separated.
  • _load_and_write_stream() and _decompress_and_recompress_stream() work on streams
  • StreamRecompressor is introduced to work purely on streams:
    • recompress() handles properly compressed or uncompressed streams
    • decompress_recompress() handles any gzip compressed stream

The pull request is not yet organized in nice commits. If it is acceptable in general, I will rebase it and rework the commits, if required. If you prefer nicer commits for review, please tell me.

@wumpus wumpus self-requested a review September 18, 2024 04:53
@wumpus wumpus self-assigned this Sep 18, 2024
@wumpus
Copy link
Collaborator

wumpus commented Sep 18, 2024

Disorganization is fine because this is a squash sort of idea, and I can review the squash. I will get to this next week, I'm at a conference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants